hi,
Does any one know how to declare an array in PRT. There is no info in the PRT documentation about it. Simple test errors. I want to do something like this.
Myarray(1) = 20 (for example)
myarray(2) = 14 , …. myarray(96) = -24 and so on
then use it in a DO loop For 1 to 100
Thanks
to clarify, I know the dimension of array is fixed at 100
Sorry, but variables arrays are not possible in PRT programming language 😐
Variables arrays should be available in a few weeks, more infos and examples, howto, in this topic: array variables availability in ProRealTime : examples and discussions