Data Types Functions

CBOOLReturns the expression converted to a boolean data type (Boolean).
CBYTEReturns the expression converted to a byte data type (Byte).
CCURReturns the expression converted to a currency data type (Currency).
CDBLReturns the expression converted to a double data type (Double).
CDECReturns the expression converted to a decimal variant-subtype (Variant).
CINTReturns the expression converted to an integer data type (Integer).
CLNGReturns the expression converted to a long data type (Long).
CLNGLNGReturns the expression converted to a longlong (64 bit platform) data type.
CLNGPTRReturns the expression converted to a longptr data type.
CSNGReturns the expression converted to a single data type (Single).
CVARReturns 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