Note: You must add uk to the end of the address, it's to help prevent spam. |
TAB() TYPE: String Function Action: The TAB function moves the cursor to a relative SPC move position on the screen given by the <numeric> argument, starting with the left-most position of the current line. The value of the argument can range from 0 to 255. The TAB function should only be used with the PRINT statement, since it has no effect if used with PRINT# to a logical file. EXAMPLE of TAB Function:
|