Subscriber portal
Gets the value of the specified field from a table buffer.
public anytype getFieldValue(str fieldName, [int arrayIndex])
The arrayIndex parameter only applies to array fields. Either omit this parameter or specify 0 (zero) for fields that are not arrays.This method throws an ArgumentOutOfRange exception if the specified field is unknown.