Access of Raw Fields

RAW fields are treated as strings with a hexadeximal notation. For example, a RAW field with 3 bytes with values 8, 9 and 10, would be represented as '08090A'.
 
All 256 byte values can be represented by a 2 digit hexadecimal string, from 00 to FF. See also the standard IntToHex and HexToBin functions.
 
Back
Top