Field5=60,Data,hex,field2This will tell the template editor that the length of the 5th member is equal to the value that the 2nd field has. You can perform a number of operations on the dynamic count:
Field5=60,Data,hex,field2!-2From the value of the 2nd field, subtract 2 and this will be the length of the field. The supported operations on the dynamic field are summarized in the table below:
Operation | Description |
+ | Addition |
- | Subtraction |
* | Multiplication |
/ | Division |
\ | Integer division |
^ | Power |
% | Modulus |
Back.