Macro Language Reference > Macros > Database > dbgobottom
  
dbgobottom
Description
Move to the last array in the table.
 
Example 28. Move to the last row in the table
dbgobottom "Baskets"
^dbgobottom=1
Syntax
dbgobottom table_name:s
table_name
Name of the internal table
Additional Information
Return values:
^dbgobottom
1-Success; 0 - Failed
 
It is worth noting that since support for Perl was introduced in version 7, it is possible to use various freely available Perl modules to perform various database activities if you are already experienced in or prefer to use Perl.