| Author |
How to create a List from an Array?
|
Holmes Wong
Ranch Hand
Joined: Feb 18, 2002
Posts: 163
|
|
Hi, I know I can get an item from an array, then add it to a list. But what is the best way to do it? I cannot find any array or list function to achieve it in one step. Any sugestion?
|
 |
Tom Hughes
Ranch Hand
Joined: Feb 09, 2002
Posts: 86
|
|
You can turn a array into a List by using the I think that's what you wanted. Tom
|
 |
Holmes Wong
Ranch Hand
Joined: Feb 18, 2002
Posts: 163
|
|
|
Thanks, very helpful.
|
 |
 |
|
|
subject: How to create a List from an Array?
|
|
|