Struct.valueImage Method
Returns a string that describes the value of the item at a particular position in the struct.
Syntax
public str valueImage(int index)
Run On
Called
Parameters
- index
Type: int
The position of the item that you want to return a description for.
Return Value
Type: str
A string that describes the value of the item.
Remarks
The items in a struct are in alphabetical order according to the names of the items. If there is no item at the position specified by index, an exception is raised.