The [Rows_Array] method returns all of the records in the current found set as an array of arrays. The outer array contains one element for each record in the found set. Each element is itself an array that contains one element for each field in the record.
The [Field_Names] method can be used to return an array of field names which map to the array returned for each record. The [Rows_Array] method returns exactly the same data as the [Records] and [Field] methods but in a more convenient form for iterating or other data processing.
Inline( ... )
Rows_Array
/Inline
Iterate(Rows_Array, local(Temp_Record))
Iterate(#Temp_Record, local(Temp_Field))
'<br>'+#Temp_Field
/Iterate
/Iterate
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