erazmus Beginner
Joined: 05 Apr 2004 Posts: 11 Location: New Zealand
|
Posted: Tue Apr 06, 2004 4:12 am
arrays |
Hi,
I am having problems with an array variable I set up.
When I started zMud again the variables had nothing in them except something along the lines of %tmp123456.
Initially I set it up like this and suspect it is because I have tried something stupid ( I suspect it's the 2nd %array below ), could someone point me in the right direction?
#VAR myArray %array("","","","") %array("","","","") myArrayClass
What I wanted was an array with 4 fields that defaulted to null fields and was under a different class?
Thanks in advance. |
|