multi arrays

BlitzPlus Forums/BlitzPlus Beginners Area/multi arrays

pyro821(Posted 2005) [#1]
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


Grey Alien(Posted 2005) [#2]
Like this:

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

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


WolRon(Posted 2005) [#3]
Check out arrays in my programming tutorial.