前のトピック: getValueFromValueMapArray()次のトピック: getValuesFromValueMapArray()


getValueMapFields

getValueMapFields 関数は、バリューマップ内のフィールド名のリストを文字列変数の配列として返します。

構文

fieldNames = getValueMapFields(vmap)

引数

vmap (ValueMap)

フィールド名を返す必要のあるバリューマップ オブジェクトを指定します。

戻り値

fieldNames (String Array)

バリューマップ内に存在するフィールドの名前が含まれる文字列配列。

fieldNames = getValueMapFields(Process.vmBooks);