Function TabPack() Foundation

Replaces multiple occurrances of a character with a tab (= Chr(9)).

Syntax
TabPack( <cString>               , ;  // Type:  C
         [<nTabWidth>]           , ;  // Type:  N  Default: 8
         [<cFillChar|nASCIICode>]  ;  // Type: CN  Default: Chr(32)
       ) --> cResultString
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.