Hitachi

JP1 Version 12 JP1/IT Desktop Management 2 - Asset Console Creating an Access Definition File Guide


$UPDARRAYBYKEY (update value of array with key)

$UPDARRAYBYKEY updates the value of an array element of an array variable. The array element is specified using a key and the array number in the key.

Organization of this page

Syntax

$UPDARRAYBYKEY(array-name,key-value(,array-number-in-key),character-string)

Values

Status

The following table lists and describes the possible statuses:

Status

Description

NORMAL

Normal end

NODATA

Indicates one of the following:

  • The specified key does not exist.

  • The specified array number in the key does not exist.

ERROR

Script execution interrupted

An invalid argument was specified, or an error other than the above occurred.

Legend:

—: Not applicable

Example

See the example in $SETARRAYBYKEY (set value to array with key).