Page 1 of 1

the new fnxBasic

Posted: Tue Aug 19, 2008 7:55 am
by PaPi
I have three questions before me:

in new fnxBasic it would be well advised to
- arrays as parameter of subroutines/functions
- declare array dimensions with variable(s) too (instead of a number)
- file i/o of numbers too
Possible make many tricks for this matters (I did some for me), but it is`nt really nice.

sincerely yours
PaPi

the new fnxBasic

Posted: Tue Aug 19, 2008 1:46 pm
by Marco
hi
There will be dynamic array declaration you can do something like this
dim a as integer
a=10
dim b(a) as integer
I consider to restore the old open functio of basic beside the stream component.

but the new fnx basic differs at some point and is not completely compattible with the old version.
best regards