Function TabExpand() Foundation

Replaces a tab with a specified number of another character.

Syntax
TabExpand( <cString>               , ;  // Type:  C
           [<nTabWidth>]           , ;  // Type:  N   Default: 8
           [<cFillChar|nASCIICode>]  ;  // Type: CN   Default: Chr(32)
         ) --> cResultString
Return

Returns a string with all tabs (Chr(9)) being changed to the result of Replicate( <cFillChar|nASCIICode>, <nTabWidth> ).

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.