[Thread Prev] [Thread Next]
On Wed, 19 Mar 2008 23:07:01 -0500, Julio Dominguez
<juliodominguezm@xxxxxxxxx> wrote:
> is there any way i can create 2d array maps in MW Pro?
sure:
to setmd :i :j :v
make (word "x. :i ". "j) :v
end
to getmd :i :j
output thing (word "x. :i ". "j)
end
setmd 1 1 100
setmd 2 2 200
show getmd 1 1
100
show getmd 2 2
200
Daniel
OpenWorld Learning
Previous by thread:
2d array maps?
Next by thread:
problems with "touching" instruction
To save an attachment to your computer, PC users should right-click (Mac users, click and hold the mouse button) on the link and then choose 'save target as' from the pop-up menu. A window will then pop up in which you can choose a location for the file.
|