Reply To: mlp_tcp.pdl – not( <fs> )?

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf mlp_tcp.pdl – not( <fs> )? Reply To: mlp_tcp.pdl – not( <fs> )?

#58461
Daniel Lee
Participant

    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.