|
Sack Library Documentation
|
#define SegCreateIndirect(t) SegCreateIndirectEx(t DBG_SRC)
PTEXT phrase = SegCreateIndirect( SegAppend( SegCreateFromText( "Hello" ) , SegCreateFromText( "World" ) ) );
The resulting phrase is a single segment with no prior or next, but its content is "HelloWorld" if it was passed to buildline... it's go the content of the two text segments linked together, but not in its buffer. It is actually a 0 length buffer for a TEXT segment.
Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at
support@toolsfactory.com.|
Copyright (c) 2000+. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|