Beginner question:
..
I have an array that I want to insert elements into. I
want to insert elements at specific points in the
array.
Example:
use strict:
@week = ("Monday", "Wednesday", "Friday");
I want to expand the array to include Tuesday after
element 0 and Thursday after element 1
I thought that splice was the correct way but
apparently not.
__________________________________________________
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]