list_populate (integer entries, string message[, boolean is_array]) ⇒ mixed
Loops the number of times specified in the entries parameter asking a message for input. The input given is then put into a list and the list returned. The is_array parameter determines whether to use a ZPEList or a fixed size ZPEArray to populate.
Changes
- 1.7.4
- Adds the is_array parameter.
First available: Version 1.7.3
Comments