You should always CREATE automation/dotnet variables before using them..
example code is
IF ISCLEAR(lADOCommand) THEN
CREATE(lADOCommand);
You should always CREATE automation/dotnet variables before using them..
example code is
IF ISCLEAR(lADOCommand) THEN
CREATE(lADOCommand);