> lang > cbyte | ![]() |
| Documentation |
|
Byte = CByte ( Expression AS Variant ) AS Byte
Converts an expression into a byte.
Expression is first converted into an integer. Then, if this integer overflows the byte range, it is truncated.
| Message | Description |
|---|---|
| Type mismatch (#6) | Expression cannot be converted. |