613-518-1166 info@zimdatabases.com

ZIM Language Reference

BOTTOM

< All Topics

Makes the last member of a result set the current member.

Syntax

BOTTOM [setname]

Parameters

setname

The name of a result set. If a setname is not specified, the current set is used.

Example

To find all Employees with Jones as a last name, to identify the result set as KeepName, and to set the current member pointer to the last member of KeepName, enter

find all Employees where LastName = “Jones” -> KeepName

bottom KeepName

To move the current member pointer to the last member in the current set, enter

bottom

 

See Also

$currentmember

DOWN

LOCATE

NEXT

UP

Was this article helpful?
0 out Of 5 Stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
How can we improve this article?
Table of Contents