Converts an expression to a specified data type
Syntax
Description
Example
'' will print -128 because the integer literal will be converted to a signed byte
Print Cast( Byte, &h0080 )
Dialect Differences
- Not available in the -lang qb dialect unless referenced with the alias __Cast.
Differences from QB
See also