getValrepArray()

Returns the ValRep of a field in the current occurrence as an array.

Return=FieldObject.getValrepArray()

Arguments

None

Return Value

Return—the ValRep of the field instance in the current occurrence as a JavaScript array. For example, in JavaScript Object Notation (JSON), such an object is represented as:

[  
		["1", "paperback"],
  ["2", "hardcover"],
  ["3", "e-book"]
]

Exceptions

The following exceptions may be thrown:

Related Topics