TABPACK()

Pack fill characters to appropriate tab characters

Syntax

TABPACK (<cString>, [<nTabWidth>], [<cFillChar|nFillChar>],
[<cNewLineCharacters>], [<cTabChar|nTabChar>],
[<lIgnore141>]) -> cPackedString

Arguments

<cString> <nTabWidth> <cFillChar|nFillChar> <cNewLineCharacters> string indicating new line, default is the string returned by hb_osnewline() <cTabChar|nTabChar> character indicating a tab stop, default is chr(9) <lIgnore141> .T., if the soft-CR used by MEMOEDIT() should be ignored as a newline indicator, default is .F. (functions uses chr(141))

Description

TODO: add documentation

Status

Started

Compliance

TABPACK() is compatible with CT3's TABPACK(), but there are three new parameters for a better fine control of the function's behaviour.

Platforms

All

Files

Source is tab.c, library is libct.

See Also