multi arrays

BlitzPlus Forums/BlitzPlus Beginners Area/multi arrays

I want to get good at multi arrays but i left my programming book at a friends so can anyone show me how to write out a multi array.

-thanks

Like this:

Dim abc(10,20)
abc(1,2) = 3

Don't forget there is built in help to the Blitz IDE

Check out arrays in my programming tutorial.