WMQI does not support arrays of variables in this way and therefore it is not possible to use an array in the way you have tried. However, the message trees in WMQI can be used in a similar way to arrays. Within a compute node, then the Environment message tree can be used to store user data including many arrays.
For example :
Code:
SET Environment.Variables.myArrayItem[1] = 'Value 1';
SET Environment.Variables.myArrayItem[2] = 'Value 2';
SET Environment.Variables.myArrayItem[3] = 'Value 3';
SET Environment.Variables.myArrayItem[4] = 'Value 4';
SET Environment.Variables.myArrayItem[5] = 'Value 5';
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