Alphabetical - C
CALL | Transfers control to a subroutine or function. |
CALLBYNAME | Returns, sets or executes a method or property of an object (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). |
CDATE | Returns the expression converted to a date data type (Date). |
CDBL | Returns the expression converted to a double data type (Double). |
CDEC | Returns the expression converted to a decimal variant-subtype (Variant). |
CHDIR | Defines the current default directory. |
CHDRIVE | Defines the current default drive. |
CHOOSE | Returns the value from a list of values based on an index number (Variant). |
CHR | Returns the character with the corresponding ASCII / ANSI number (Variant / String). |
CHRW | Returns the character with the corresponding Unicode number (Variant / String) |
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. |
CLOSE | Closes a text file or CSV file. |
COMMAND | Returns the argument portion of the command line used to launch the application (Variant). |
COS | Returns the cosine of an angle in radians (Double). |
CREATEOBJECT | Returns a reference after creating a new ActiveX or OLE object (Variant). |
CSNG | Returns the expression converted to a single data type (Single). |
CSTR | Returns the expression converted to a string data type (String). |
CURDIR | Returns the current path of a given drive (Variant / String). |
CVAR | Returns the expression converted to a variant data type (Variant). |
CVDATE | Returns the expression converted to a variant date subtype (Variant). |
CVERR | Returns a specific type of error (Variant). |
CALL Transfers control to a subroutine or function. |
CALLBYNAME Returns, sets or executes a method or property of an object (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). |
CDATE Returns the expression converted to a date data type (Date). |
CDBL Returns the expression converted to a double data type (Double). |
CDEC Returns the expression converted to a decimal variant-subtype (Variant). |
CHDIR Defines the current default directory. |
CHDRIVE Defines the current default drive. |
CHOOSE Returns the value from a list of values based on an index number (Variant). |
CHR Returns the character with the corresponding ASCII / ANSI number (Variant / String). |
CHRW Returns the character with the corresponding Unicode number (Variant / String) |
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. |
CLOSE Closes a text file or CSV file. |
COMMAND Returns the argument portion of the command line used to launch the application (Variant). |
COS Returns the cosine of an angle in radians (Double). |
CREATEOBJECT Returns a reference after creating a new ActiveX or OLE object (Variant). |
CSNG Returns the expression converted to a single data type (Single). |
CSTR Returns the expression converted to a string data type (String). |
CURDIR Returns the current path of a given drive (Variant / String). |
CVAR Returns the expression converted to a variant data type (Variant). |
CVDATE Returns the expression converted to a variant date subtype (Variant). |
CVERR Returns a specific type of error (Variant). |
© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited Top