[queue->insertFrom] inserts values from an object such as an array.
The new items are added to the end of the queue object.
The queue is modified and no output is returned.
queue->insertFrom(array)
Code
local(x = queue('Tiger','Leopard'))
#x
'\r'
#x->insertFrom(array('Rhino','Elephant','Rhino'))
#x
Result
queue(Tiger, Leopard) queue(Tiger, Leopard, Rhino, Elephant, Rhino)
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