ESQL does not have arrays for scalar variables. If you want an array of values then you need to use a message tree such as the Environment tree.
For example :
Code:
SET Environment.Variables.myArray.Item[1] = 'Value 1';
SET Environment.Variables.myArray.Item[2] = 'Value 2';
SET Environment.Variables.myArray.Item[3] = 'Value 3';
SET Environment.Variables.myArray.Item[4] = 'Value 4';
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum