I am still stuck with this.
I tried all combinations of single quotes, <>, slashes with and with and with out a leading x or 0x (ie. ff, xff, xff, , , , ‘ff’, ‘xff’, ‘xff’, ‘\ff’, etc).
The issue is that I can’t figure out how to specify the phrase definition. It has different, none-tcl, rules and syntax.
the message is X12 and begins like this (first 4 columns are the Hex values):
02564030 30303031 4953412a 30302a20 .V@00001ISA*00*
which is great, the leading x02 is an . But here is the end of the message:
37327e49 45412a31 2a303139 39333136 72~IEA*1*0199316
37327eff ffffffff ff 72~……
All I have to work with here are the FF’s. The 7e is the “~” for the seg terminator. These are specified in the current source system as three <255>‘s. I have to emulate this in Cloverleaf (both reading and writing) which would be a piece of cake if I could just specify the ff’s in the PDL phrase definition. According to all of the example PDL’s I have see they all have a variable-array of the form variable-array( not()). which, again, would be great if I could just specify the hex xff here.
Kevan Riley
AHS-IS