An invalid character representation sequence was encountered.
#3008 Compile-time error
An invalid character representation sequence was encountered.
Additional Information
An integer between 0 and 255 is expected between the percent
sign and the number sign, but the value encountered is 'X'.
Explanation
OmniMark allows characters to be represented in
strings by entering
their decimal numeric codes between a percent sign and a number sign. To
enter other literal sequences between these two characters, the format
item '%%' should be used to represent the percent sign, and then any
other characters can be entered as desired.