in reply to Function Prototypes and Array vs. List (Pt. 2)
The question is, is there a simple method to convert or expand an array into a list?Well, yes! The simplest way possible. As simple as converting a number to a string. If you want an array to act like a list, use it in list context!
Abigail
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Function Prototypes and Array vs. List (Pt. 2)
by tadman (Prior) on Jun 13, 2002 at 14:42 UTC | |
by Anonymous Monk on Jun 13, 2002 at 14:53 UTC | |
by tadman (Prior) on Jun 13, 2002 at 15:06 UTC | |
by Anonymous Monk on Jun 13, 2002 at 15:23 UTC | |
by Anonymous Monk on Jun 13, 2002 at 16:01 UTC |