Chapter 2 -- 100
Programmer’s Guide
"
""
" Text.AppendVariable
VTS_NONE AppendVariable( objectVariable, fntFont ).
Appends a Variable
object at the end of the text.
Parameters:
objectVariable Required VT_DISPATCH or Variable
object.
Variable
object to append.
fntFont Optional VT_FONT or StdFont
. Font associated
with the Variable
object.
"
""
" Text.Copy
VTS_NONE Copy().
Copies the Text
object to the clipboard.
Note
About « Insert » functions :
Positions starts at 1.
A variable object equals 1 position.
A CarriageReturn field equals 1 position.
"
""
" Text. InsertCRLF
VTS_NONE InsertCRLF ( longPosition, fntFont ).
Inserts a carriage return at the position longPosition.
Parameters:
longPosition OptionalVT_I4orLong
. Position to insert
CarriageRetur n.
fntFont Optional VT_FONT or StdFont
. Font associated with
the CarriageReturn field.