GetFieldValueList Function
Gets specified value list by field name.
Syntax
GetFieldValueList(fieldName)
Gets specified value list by field name.
Arguments
fieldName
Field - the field whose value list is to be retrieved.
Remarks
Example:
GetFieldValueList(Field1); // returns value-list:{"a", "b", "c"}