previous next top contents index framed top this page unframed
Figure 40–25. $lSizeInBits
| LONG INTEGER <macro> $lSizeInBits (INTEGER typeCode); |
$lSizeInBits returns the number of bits occupied by the data type denoted by typeCode; i.e., $lSize(typeCode) * cvli($bitsPerByte). By contrast, $sizeInBits returns an INTEGER form of the same value, i.e., size(typeCode) * $bitsPerByte.
MAINSAIL Language Manual, Section 40.28