Skip to content


Arrays in Flash MX


Name = new Array ("Helmut", "Granda");
trace ("FIrst Name: " +Name[0]);
trace ("Last Name: " + Name[1]);
trace("Full Name: " + Name[0] + " " + Name[1]);

Posted in Flash Bits.

0 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.

Some HTML is OK

(required)

(required, but never shared)

or, reply to this post via trackback.