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