Sack Library Documentation
|
Parameters |
Description |
PTEXT pt |
pointer to a PTEXT segment. |
LOGICAL bSingle |
if TRUE, build only the first segment. If the segment is indirect, builds entire content of indirect. |
int nTabsize |
how wide tabs are. When written into a line, tabs are written as spaces. (maybe if 0, tabs are emitted directly?) |
pEOL |
the segment to use to represent an end of line. Often this is a SegCreate(0) segment. |
Collapses an indirect segment or a while list of segments into a single segment with content expanded. When passed to things like TextParse and Burst, segments have their positioning encoded to counters for tabs and spaces; the segment itself contains only text without whitespace. Buildline expands these segments into their plain text representation.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|