Xmli (variable name : filename : path : border : width : height)
variable name = Constant or alphanumeric field (30A)
filename = name of the image (100A)
path = the path to the image, relative to the site (100A)
border = Size of the border (5,0P) *optional
width = width of the image (5,0P) (will scale the image) *optional
height = height of the image (5,0P) (will scale the image) *optional
Return type:
Encoded XML string
Description:
Xmli will place the image described in the function on the screen where the varnem I placed
This is normally used in conjunction with PutXmlRec function
Example:
Eval string = xmli(‘picture’ : ‘dog.jpg’ : ‘/images’)
Notes and Restrictions:
The variable name is case sensitive.
All variables can be constants or variables.
Xmli, can’t be retrieved again.