Macro Language Reference > Macros > Database > dbgo
  
dbgo
Description
Move current position in the internal table.
 
Example 27. Move current position in the internal table
dbgo "Baskets",100
^dbgo=1
Syntax
dbgo table_name:s row_number:s
table_name
Name of the internal table
row_number
Integer number of the rowto which to move
Additional Information
Return values:
^dbgo
1 - Success; 0 - Failed
getvar 01914
 
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.