Oscar Ugolini
11-10-2012, 19:46
hi all,
i would know if there is or there wil be in the future a possibility to define an array dimension like this:
Dim a(0 to 10) as single
or
Dim a(0 to varconst) as single
it could be interesting for anyone when "porting" code from C to thinBasic, without change the array, using also element a(0)... in some complicated algorithms i find some difficulties and spend more time to re-adapt all...
thanks
bye, Oscar
i would know if there is or there wil be in the future a possibility to define an array dimension like this:
Dim a(0 to 10) as single
or
Dim a(0 to varconst) as single
it could be interesting for anyone when "porting" code from C to thinBasic, without change the array, using also element a(0)... in some complicated algorithms i find some difficulties and spend more time to re-adapt all...
thanks
bye, Oscar