Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The fields can be of any name and size, ; it is the sequence of the fields that is important.

Sequence

Suggested Name

Contents

1

PAGE

Page number.

2

X

X location of image.

3

Y

Y location of image.

4

WIDTH

Width of image.

5

HEIGHT

Height of image.

6

PATH

Path of image file.

Syntax:

Command

Keyword

Value

Developer notes

SET

OBJECT

*IMAGES


Comments / Warnings

To include the same image on all pages, use a page number of 0.

...

The top left-hand corner of the page is 0,0.

Example

    SET OBJECT(*IMAGES) #WRKLST(IMGPAGE,IMGX,IMGY,IMGW,IMGH,IMGPATH)