[loop_value] returns the value of the current value within an [iterate] container.
Within the container, [loop_value] can be modified, however the source object within the iterated object remains unmodified.
iterate(source)
loop_value
/iterate
Use the [loop_value] method.
Code
local(x = array(1,2,3,4,5,6,7,8,9,10))
iterate(#x) => {^ loop_value + ',' ^}
Result
1,2,3,4,5,6,7,8,9,10,
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