IMAGE

This function allows you to ‘load’ a picture into the image control or set the ‘stretch’ property of the image to true or false.

IMAGE(Load or Stretch // Path or TRUE/FALSE)

PARAMETERS

Load or Stretch

Enter either LOAD or STRETCH

Path or TRUE/FALSE

Enter either a valid path to your image file OR enter TRUE or FALSE depending on whether you want the image stretched or not.

To Load the image file specified

IMAGE(LOAD//"/My Documents/MyPic.BMP")

To make the image ‘stretch to fit the control:
IMAGE(STRETCH//TRUE) 'Makes the image 'stretch' to fit the control
IMAGE(STRETCH//FALSE) 'Image will not stretch