Function TabExpand() Foundation
Replaces a tab with a specified number of another character.
TabExpand( <cString> , ; // Type: C
[<nTabWidth>] , ; // Type: N Default: 8
[<cFillChar|nASCIICode>] ; // Type: CN Default: Chr(32)
) --> cResultString
Returns a string with all tabs (Chr(9)) being changed to the result of Replicate( <cFillChar|nASCIICode>, <nTabWidth> ).
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.