4D Write v14WR INSERT TEXT |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D Write v14
WR INSERT TEXT
|
WR INSERT TEXT ( area ; text ) | ||||||||
Parameter | Type | Description | ||||||
area | Longint |
![]() |
4D Write area | |||||
text | String |
![]() |
Text to insert | |||||
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.
The following example inserts the text in the variable vText into area.
WR INSERT TEXT(Area;vText)
Product: 4D Write
Theme: WR Text Manipulation
Number:
89195
Created: 4D Write 6
WR INSERT EXPRESSION
WR INSERT FIELD
WR INSERT STYLED TEXT
4D Write Language ( 4D Write v11.6)
4D Write Language ( 4D Write v12)
4D Write Language ( 4D Write v14)
4D Write Language ( 4D v13)
4D Write Language ( 4D Write v14 R2)
4D Write Language ( 4D Write v14 R3)
4D Write Language ( 4D Write v14 R4)