The [list] method creates a new list object. The method accepts any number of parameters. Any parameters given are used as the initial elements of the list.
List objects contain a series of other objects. Lists provide great performance for accessing, inserting or removing elements from either the front or the back of the list.
Lists do not support random access of elements.
list
list(1)
list(1, 2, 4, 7, 'abc', date)
No examples found
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft
Recent Comments