the new fnxBasic

In this category you can exchange your programming questions and solutions.
Post Reply
PaPi
Posts: 114
Joined: Wed May 16, 2007 11:55 am

the new fnxBasic

Post: # 295Post PaPi
Tue Aug 19, 2008 7:55 am

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

Marco
Site Admin
Posts: 246
Joined: Sat Sep 15, 2018 8:41 pm

the new fnxBasic

Post: # 296Post Marco
Tue Aug 19, 2008 1:46 pm

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

Post Reply