IMAGE function

Synopsis
This function returns an image object from the image repository of the current project. The image repository can be accessed using the Manage Images... context menu item, accessible from the Flowchart context menu.
Variations
IMAGE(ImageName)
Returns an image object from the image repository of the current project.
Parameters
ImageName

Specifies the name of the image to return. Note that the file name of the image is case sensitive and must be written the same as in the image repository.

Supported types: String.
Returns
Returned types: Object.
Examples
1.

The following example returns an image object created using the specified file.

IMAGE("Image001.bmp")