function/TAB                                                     function/TAB
 
 NAME
     TAB -- Sets cursor's x position
 
 ABBREVIATION
     t <shift> A

 SYNOPSIS
     TAB(<column>)

 FUNCTION
     This function is used in the PRINT statement. The next item to be 
     printed is in column number <column>.
 
 INPUTS
     <column> - cursor's x position (0-39)
 
 RESULT
     Sets cursor to the given column within the PRINT statement.

 EXAMPLES
     None
 
 NOTES
     None
 
 BUGS
     None
 
 SEE ALSO
     PRINT