Subscriber portal
Returns the data type of the item in the struct at the specified position.
public Types fieldType(int index)
The possible values are supplied by the system enum. If index is not found, the return value is Types::void. You can determine the position of a particular item in a struct by using the Struct.index method