Macro Language Reference > Macros > Database > dbgotop
  
dbgotop
Description
Move to the first array in PTC ALD internal table.
 
Example 29. Move to the first row of the table
dbgotop "Baskets"
^dbgotop=1
Syntax
dbgotop table_name:s
table_name
Name of the internal table.
Additional Information
Return values:
^dbgotop
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.