Page 1 of 1

array declaration

Posted: Wed Aug 12, 2009 8:00 pm
by azarus
I have a problem with arrays declaration:
For exemple   Dim a(n) as integer doesn`t work with FNX.It work with others basics....

array declaration

Posted: Thu Aug 13, 2009 6:21 am
by fred
I think the number must be a number and not a var like dim a(10) as integer.

array declaration

Posted: Thu Aug 13, 2009 8:02 pm
by azarus
I hope that we can do it in the new version.