Subscriber portal
Gets or sets the value of the item at a specified position in a struct.
public anytype valueIndex(int index, [anytype value])
An exception is raised if there is no item at the position specified by index. The position of an item in a struct can be retrieved by using the Struct.index method.