WR SELECT PICTURE IN PAGE
version 6.5
WR SELECT PICTURE IN PAGE (area; pictureNum)
Parameter | Type | Description | |
area | Longint | 4D Write area | |
pictureNum | Longint | Picture number |
Description
The WR SELECT PICTURE IN PAGE command allows you to select the picture whose number is passed in pictureNum. For the command to operate properly, the picture must be located in the page (not in the text flow). If you want to select a picture located in the text flow, you can use WR SELECT(Area;4;XthPosition). Refer to the documentation for the WR SELECT command.
Example
See the example for the WR SET PICTURE IN PAGE INFO command.
See Also