Darkginger opened this issue on Oct 19, 2002 ยท 49 posts
Rayraz posted Thu, 24 October 2002 at 2:47 AM
Thanx I'll have a look. I'm making Macro's for Word. The assignment was to figure out how arrays worked. I quickly got the basics but I couldn't figure out how to add a variable to the array. The basic array was like this: a = array("1", "2", "3") I want to change the array to: array("1", "2", "3", "4") Without having to define the whole array again. With only 4 variables in the array you can easily just type in 'a = array("1", "2", "3", "4")', but what if I have an array with 200 variables. You really don't want to write all the old 200 variables just to add one new one.
(_/)
(='.'=)
(")(")This is Bunny. Copy and paste bunny into your
signature to help him gain world domination.