- This topic has 5 replies, 3 voices, and was last updated 15 years, 12 months ago by .
-
Topic
-
I am looking at data that starts with an (0x02) and ends in 6 0xFF’s “7eff ffffffff ff” (the 7e uis a ‘~’). I would like to use the same structure as the MLP PDL but substituting the
for and teh with something like <0xff><0xff><0xff><0xff><0xff><0xff>. Something like this:
define phrase basic-msg;
; field data = variable-array( not( <0xff> ) );
<0xff>; <0xff>;
<0xff>; <0xff>;
<0xff>; <0xff>;
end phrase;
But the 0xff syntax is not allowed, and there is no character name for a 0xFF.
Kevan Riley
AHS-IS
Viewing 4 reply threads