array declaration

In this category you can exchange your programming questions and solutions.
Post Reply
azarus
Posts: 5
Joined: Tue Nov 08, 2005 3:00 pm

array declaration

Post: # 485Post azarus
Wed Aug 12, 2009 8:00 pm

I have a problem with arrays declaration:
For exemple   Dim a(n) as integer doesn`t work with FNX.It work with others basics....

fred
Posts: 54
Joined: Thu Apr 23, 2009 10:08 am

array declaration

Post: # 486Post fred
Thu Aug 13, 2009 6:21 am

I think the number must be a number and not a var like dim a(10) as integer.

azarus
Posts: 5
Joined: Tue Nov 08, 2005 3:00 pm

array declaration

Post: # 487Post azarus
Thu Aug 13, 2009 8:02 pm

I hope that we can do it in the new version.

Post Reply