                                                                     continue
Chapter 9 Input Modes

The continue command is generally executed with a corresponding x,y position
while an input mode is active.

continue
     
    Continues the current mode/action.
     
         continue x y

    Continue with the current mode/action at coordinates x,y.  If no mode is
    active when this function is executed, no action will occur.  Note that the
    current mode/action is displayed in te upper-left screen tile.
    ___________________________________________________________________________
    Options/arguments:

         x         X coordinate value (easting)
         y         Y coordinate value (northing)

    Note: normally the start, continue, increment, and decrement commands are
    entered as button presses on the mouse or digitizer cursor.  In these
    cases, the input coordinates will be automatically supplied.  If the
    command is entered from the keyboard without coordinate arguments, the
    user will be prompted to enter the x,y positions.
    ___________________________________________________________________________
    Example(s):

    If the draw mode has been activated, enter subsequent points with:

         continue x y
    ___________________________________________________________________________
    See also:

              connect, decrement, draw, erase, erase_seg, increment, query,
              separate, start, vertex_move, wink
    ___________________________________________________________________________
