IMAGE
SUNDBSYS Only
The IMAGE instruction displays graphics pictures and documents on the screen. The instruction uses the following format:
|
|
|
|
|
Where:
label
Optional. A Program Execution Label.
controls
Required. A list of IMAGE List Controls and character variables that contain the name of an image file that is displayed.
Flags Affected: NONE
Note the following:
Each item in {controls} is separated by commas from the preceding item. The items may be continued to the next line by following the last item on a line with a colon instead of a comma.
The name of the image file is taken from the Logical String of the character variable. At no time is the entire image file contained in memory.
All IMAGE List Controls specified before a character variable control the display of the specified image. If there are additional list controls after that image, they control the display of the next specified image, etc. Any list controls not changed from one character variable to the next remain in effect.
The *MODE list control along with a variable or literal for the name of the image to display is required. The other default controls are as noted in the topic on list controls.
This addon was for SUNDBSYS only and is now obsolete.
See Also: Example Program, Graphic Output Instructions
![]() |