| xHarbour Reference Documentation > Function Reference |
![]() |
![]() |
![]() |
Inserts a Tab (Chr(9)) for multiple occurrances of a character.
TabPack( <cString> , ;
[<nTabWidth>], ;
[<xFillChar>] ) --> cResult
The function seraches multiple occurrances of <xFillChar> and replaces them with a Tab (Chr(9)) according to the specified tab width. The packed string is returned.
| See also: | TabExpand() |
| Category: | CT:String manipulation , Character functions |
| Source: | ct\tab.c |
| LIB: | xhb.lib |
| DLL: | xhbdll.dll |
http://www.xHarbour.com