arrays/sequences in DOS version
- Posted by darceman <darce at ffi.com> Apr 17, 2002
- 394 views
Hi everyone! I am brand new to Euphoria and want to port code from QuickBasic for DOS. One thing I am unable to determine is the equivalent sequence procedure for a multi-dimemsional array and how to fill it with variables. e.g. dim somearray(2,2) for x=1 to 2 for y=1 to 2 somearray(x,y)=x*y next y next x I hope I can build really large arrays/sequences (up to 4 dimensions) without encountering the memory limitations of QuickBasic. Many thanks. Looking very much forward to using this great language. Darceman