hi all
can anyone help - i need to declare a global constant array of Strings in my header file.
should it be like -
Global Const arrayName(3)=("a","b","c")
But this does not work. please help.
hi all
can anyone help - i need to declare a global constant array of Strings in my header file.
should it be like -
Global Const arrayName(3)=("a","b","c")
But this does not work. please help.
Rational Robot -> Help -> SQABasic Reference -> Functional List -> Array
hi
Thanks for your reply. [Smile] But I posted this question ONLY BCOZ I COULD NOT FIND ANYTHING ABT GLOBAL CONST ARRAYS IN THE HELP FILES !!!!!....
Anyway, ultimately what i did was just declare the array as Global in the header file and afterwards call a function that individually assigns each element. But that was not a good solution, I guess!!
Global arrayName(3) as Integer
You must log in to post.
Video embedded using Easy Video Embed plugin