Definitions
Subvalue mark
.mdA subvalue mark is the specific metacharacter used within D3 items to indicate the end of a subvalue, and the beginning of another.
␣Look up any code 0–255 in the Character Codes chart: the character, hex, binary, and the D3 marks (AM, VM, SVM).→The subvalue mark is a reserved character, meaning that it cannot be used for any other purpose.
The following table shows the different representations for the subvalue mark:
| ASCII value | \ |
| Hexadecimal value | fc |
| Decimal value | 252 |
A subvalue mark can be entered in the Update processor by pressing CTRL+SHIFT\ (backward slash).