5.1 Number Formats
Many dialog boxes and number edit controls accept numbers in decimal, hexadecimal, or binary format.
7yuv supports many syntaxes to specify number bases:
- Decimal numbers, starting with 0-9. Examples: 23, 42
- Hexadecimal numbers, starting with 0x, &, or $, or ending with h or H. Examples: 0x23, &42, $20, 64h
- Binary numbers, starting with % or b or B, or ending with b or B. Examples: %101, b111, 1010B