pTAL Reference Manual (H06.08+)

Data Representation
HP pTAL Reference Manual523746-006
3-14
STRING Numeric
STRING Numeric
base
indicates a number base as follows:
If you omit the base, the default base is decimal.
integer
is one or more of the following digits:
Examples of STRING numeric constants:
Representation Unsigned 8-bit integer
Range 0 through 255
Octal %
Binary %b
Hexadecimal %h
Decimal 0 through 9
Octal 0 through 7
Binary 0 or 1
Hexadecimal 0 through 9, A through F (not case-sensitive)
Decimal 255
Octal %12
Binary %B101
Hexadecimal %h2A
base
integer
VST002.vsd