Function SetTab() Foundation
Sets the tab width for screen output.
SetTab( [<cTabString|nTabWidth>] ; // Type: CN
) --> lSuccess
If no argument is passed any previous tab definition is discarded.
When passing a string to SetTab() it may contain a maximum of 32 characters. Each two bytes define the tab position and a fill character. E.g.:
SetTab( Chr(10) + "-" + Chr(25) + "#" )
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.