list.sequence
Syntax
- l := list.sequence(a...)
Generates a list of a sequence of entries, given as arguments in order.
For example, the function:
l = list.sequence(1,2,'a','b',math.pi)
will return a list five entries long. The first two entries are the integers 1 and 2. The secont two entries as the strings a and b. And the fifth entry is the floating point value pi.
Was this helpful? ... | Itasca Software © 2024, Itasca | Updated: Aug 13, 2024 |