getValrep()

Returns the ValRep of a field in the current occurrence.

Return=FieldObject.getValrep()

Arguments

None

Return Value

Return—the valrep of the field instance in the current occurrence as a JavaScript object. 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