ARPUS/ce, Version 2.6.2 (03/10/05)    (SCCS 1.4)
_______________________________________________________________________________
    [line,column]
    "goto line and column"
    
    DESCRIPTION:
        This   command  will position  the  cursor  at  the  specified  line  and
        column.    If line is omitted, the current line is assumed.  If column is
        omitted,   the current column is assumed.  If either value is preceded by
        '-'  or '+', the values are interpreted as relative to the current cursor
        position.   Text  will  be  scrolled to make sure the  required  line  is
        visible.
        
        The square brackets '[...]' are to be interpreted  literally  for  this
        command.  That is, the square brackets are required. 

    EXAMPLES:
        [5,5]     -   go to row 5 column 5
        [+5]      -   go down 5 rows
        [+5,]     -   go down 5 rows
        [,-2]     -   go left 2 columns.  Cannot go left of column 1
        [+1,+1]   -   go down 1 column, go right 1 column
    
    RELATED HELP FILES:
        line          (Line Number)          
        sic           (Set Insert Cursor)    
        $             (Dollar)               
        
        curswinCon    (cursor concepts)      
        
        support       (customer support)     
        

_______________________________________________________________________________
  Copyright (c) 2005, Robert Styma Consulting.  All rights reserved.