setLockedValue
Sets the value of a locked scalar data object or item within an locked array data object.
| Syntax | |
| AM_data.setLockedValue(id, key, value, row_index, col_index) | |
| Parameters | |
| id | (required). Identifier of the data object. |
| key | (required). Access key. |
| value | (required). String to set the value to. |
| row_index | (optional). Zero based row index of the array data object item. (default "0") |
| col_index | (optional). Zero based column index of the array data object item. (default "0") |