Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, I have created a statement to understand how to generate a comma separated list.
The for statement works ok, just as the following LET statement.
The load statement gives an error and I don't understand why.
The resolved variable in the from gives a correct output, as seen in the log file, but, in the statement it goes wrong.
Thanks.
Hi
You need a semicolon (;) after LET statement
Darius
duh, thanks