Function SetTab() Foundation

Sets the tab width for screen output.

Syntax
SetTab( [<cTabString|nTabWidth>] ;  // Type: CN
      ) --> lSuccess
Description

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) + "#" ) 

Feedback

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.