Modifying field data

Modify field data through the grmstore command. Similar to the grmfetch command, it can accept a single address string specifying multiple destination addresses.

After expanding the address list, it assigns field data values to those addresses.

grmstore returns an empty string.

Command forms

There are two grmstore command forms:

grmstore -list grmId field type arg
grmstore grmId field type arg ...

In the first form, arg is the list of values to be stored. The -list flag identifies arg as a list.

In the second form, the values are listed individually.