Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
trying to create the global variables as per below but getting "script line error".
Any I dea what might be the problem?
Call LoadContainerGlobalVariables (MyContainerName);
Brgds,
Olle
Hi Olle.
You should enclose MyContainerName in single quotation marks.
For example:
call LoadContainerGlobalVariables('MyContainerName');
Please mark the thread as answered should it solve your issue.