| xHarbour Reference Documentation > Function Reference |
![]() |
![]() |
![]() |
Replaces a tab with a specified number of another character.
TabExpand( <cString> , ;
[<nTabWidth>], ;
[<xFillChar>] ) --> cResultString
The function replaces each Tab character found in <cString> with a string consisting of <nTabWith> times <xFillChar> and returns the modified string.
| See also: | TabPack() |
| Category: | CT:String manipulation , Character functions |
| Source: | ct\tab.c |
| LIB: | xhb.lib |
| DLL: | xhbdll.dll |
http://www.xHarbour.com