Result:-Last - move the cursor to the last row
|
Calling Sequence
|
|
result:-Last( opts )
|
|
Parameters
|
|
result
|
-
|
Result module
|
opts
|
-
|
(optional) equation of the form after=boolean
|
|
|
|
|
Description
|
|
•
|
Last moves the row cursor maintained within result to the last row of the table.
|
•
|
Last accepts one optional argument.
|
|
If after is true, then the row cursor is moved to the row after the last row containing data, that is, the same location as when a Result module is created.
|
•
|
Last returns true if the new row indicated by the cursor is a row containing data. When called with after=true, Last always returns false.
|
|
|
Examples
|
|
Create a Result.
>
|
|
>
|
|
Call Last.
>
|
|
| (1) |
Last returned true so it is valid to read data from this row.
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
|
|
Download Help Document
Was this information helpful?