arrays/sequences in DOS version

new topic     » topic index » view thread      » older message » newer message

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

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu