Previous Topic: getValueFromValueMapArray()Next Topic: getValuesFromValueMapArray()


getValueMapFields

The getValueMapFields function returns the list of field names inside a ValueMap as an array of string variables.

Syntax

fieldNames = getValueMapFields(vmap)

Arguments

vmap (ValueMap)

Specifies the ValueMap object whose field names needs to be returned.

Return Value

fieldNames (String Array)

An array of Strings containing the names of the fields found in the ValueMap.

Example

fieldNames = getValueMapFields(Process.vmBooks);