Data Types Functions
CBOOL | Returns the expression converted to a boolean data type (Boolean). |
CBYTE | Returns the expression converted to a byte data type (Byte). |
CCUR | Returns the expression converted to a currency data type (Currency). |
CDBL | Returns the expression converted to a double data type (Double). |
CDEC | Returns the expression converted to a decimal variant-subtype (Variant). |
CINT | Returns the expression converted to an integer data type (Integer). |
CLNG | Returns the expression converted to a long data type (Long). |
CLNGLNG | Returns the expression converted to a longlong (64 bit platform) data type. |
CLNGPTR | Returns the expression converted to a longptr data type. |
CSNG | Returns the expression converted to a single data type (Single). |
CVAR | Returns the expression converted to a variant data type (Variant). |
CBOOL Returns the expression converted to a boolean data type (Boolean). |
CBYTE Returns the expression converted to a byte data type (Byte). |
CCUR Returns the expression converted to a currency data type (Currency). |
CDBL Returns the expression converted to a double data type (Double). |
CDEC Returns the expression converted to a decimal variant-subtype (Variant). |
CINT Returns the expression converted to an integer data type (Integer). |
CLNG Returns the expression converted to a long data type (Long). |
CLNGLNG Returns the expression converted to a longlong (64 bit platform) data type. |
CLNGPTR Returns the expression converted to a longptr data type. |
CSNG Returns the expression converted to a single data type (Single). |
CVAR Returns the expression converted to a variant data type (Variant). |
© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited Top