Set a field to a literal value.
This instruction is used by the TapeTrack Import Engine.
SetLiteral(field, value);
| Variable | Type | Description | Min Length | Max Length |
|---|---|---|---|---|
| field | String | The field name to set. | 1 | 128 |
| value | String | The field value to be set. | 1 | 100 |
Set field REPOSITORY to ACME.
SetLiteral(REPOSITORY, "ACME");