Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Force 4.0 Reference - go move the record pointer to the specified record http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 go                  Move the record pointer to the specified record
------------------------------------------------------------------------------
 Syntax
   [!sAlias] go[to] nRecord

 Arguments
   sAlias is the database to operate on.
   nRecord is the target record number.

 Description
   The go command sets the record pointer to the specified record,
   regardless of the controlling index. go does not respect the status
   of the set delete or set filter to flags.

 Example
   #define EXAMPLE_DATABASE
   #include example.hdr

   proc Test_go
   open sTest
   ? recno()
   go 13
   ? recno()
   goto 26
   ? recno()
   endproc

   proc main
   Test_go()
   endproc

See Also: go bottom go top skip

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson