                                                                goto
Chapter 8 Display and Level Operations

The screen cursor may be re-positioned to a specified location.  Note that the
current coordinate type units are in effect with regard to the x,y arguments
for this command.

goto

    Re-positions cursor to specified location.

         goto type arg1 arg2

    Re-positions cursor to new location based on the specified locator type and
    the current cursor x,y location.   Note that the view window, but not the
    cursor, will be moved when using the digitizer for input in absolute mode.
    ___________________________________________________________________________
    Options/arguments:

         type      Locator type, including:
                   serial, which requires
                        arg1 = serial number
                   OR
                   record, which requires
                        arg1 = record number
                   OR
                   coordinate, which requires
                        arg1 = x value, in current units 
                        arg2 = y value, in curremt units
                   OR
                   log, which requires
                        arg1 = record # in log file
                             OR
                             = + for next record
                             OR
                             = - for previous record
    ___________________________________________________________________________
    Example(s):

         To re-position  the cursor  to the  object with  record number 47,
         enter:

              goto record 47

         To re-position  the cursor to the object defined as the next log file
         entry, enter:

              goto log +



    ___________________________________________________________________________
    See also:

              log
    ___________________________________________________________________________
