Is it possible to declare a two dimensional real array in the GX language.
i.e. to declare a 1-d array of ,say, 4 elments the declaration is:
real(4)        x;
I'm wondering if you can declare a 2-d array of 8 elments such as:
real(2, 4)    x;
 
Everytime I do this I get a syntax error. I'm wondering if it's even possible since the GX developer manual doesn't explicitly say you can or cannot have 2-d arrays.
 
 
Aaron Balasch
Sky Hunter Technologies Inc.
Suite 101, 1725 10th Avenue S.W.
Calgary, Alberta T3C 0K1
Phone: (403)228-2175
Fax: (403)244-7955
email: [EMAIL PROTECTED]

Reply via email to