Variable LCB.numBytes

Number of bytes needed to store the value (Extracted from the LCB header. The header byte is not included)

struct LCB
{
  // ...
  ubyte numBytes ;
  // ...
}