ui.Interface.getImage()

 

This method retrieves the image previously set by SetImage() method:

 

DISPLAY ui.Interface.getImage()

 

or

 

DEFINE cStr CHAR(20)

LET cStr = ui.Interface.getImage()

DISPLAY cStr