WR INSERT TEXT

4D - Documentation   Français   English   German   4D Write, Command Theme List   4D Write, Command Alphabetical List   4D Write, Constant Theme List   Back   Previous   Next

version 6.0


WR INSERT TEXT (area; text)

ParameterTypeDescription
areaLongint4D Write area
textStringText to insert

Description

The WR INSERT TEXT command inserts text into area, replacing any selected characters. If no characters are selected, text is placed at the insertion point. This command can be used in place of WR INSERT EXPRESSION or WR INSERT FIELD when you do not need automatic referencing.

Example

The following example inserts the text in the variable vText into area.

   WR INSERT TEXT (Area;vText)

See Also

WR INSERT EXPRESSION, WR INSERT FIELD, WR INSERT STYLED TEXT.


4D - Documentation   Français   English   German   4D Write, Command Theme List   4D Write, Command Alphabetical List   4D Write, Constant Theme List   Back   Previous   Next