For future reference, is there any way to get the pdl to bail on reading into the data buffer on seeing both the <1c> <0d> instead of just the <1c>?
Something like this:
field data = variable-array( not( ) );
I tried the above and it doesn’t compile. I’ve also tried , and it compiles but doesn’t work.