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