| NAME | ATTRIBUTES | DATATYPE | GROUP | VERSION |
| ABS | (number) | Numeric | Mathematical | 2.0 |
| ACOS | (number) | Numeric | Mathematical | 4.01 |
| ARRAYAPPEND | (array, value) | Boolean | Array, Exec | 3.0 |
| ARRAYAVG | (array) | Numeric | Array | 3.1 |
| ARRAYCLEAR | (array) | Boolean | Array, Exec | 3.0 |
| ARRAYDELETEAT | (array, position) | Boolean | Array, Exec | 3.0 |
| ARRAYINSERTAT | (array, position) | Boolean | Array, Exec | 3.0 |
| ARRAYISEMPTY | (array) | Boolean | Array | 3.0 |
| ARRAYLEN | (array) | Numeric | Array | 3.0 |
| ARRAYMAX | (array) | Numeric | Array | 3.1 |
| ARRAYMIN | (array) | Numeric | Array | 3.1 |
| ARRAYNEW | (dimension) | Array | Array | 3.0 |
| ARRAYPREPEND | (array, value) | Boolean | Array | 3.0 |
| ARRAYRESIZE | (array, minimum_size) | Boolean | Array | 3.0 |
| ARRAYSET | (array, start_pos, end_pos, value) | Boolean | Array | 3.0 |
| ARRAYSORT | (array, sort_type [, sort_order ]) | Array | Array | 3.1 |
| ARRAYSUM | (array) | Numeric | Array | 3.1 |
| ARRAYSWAP | (array, position1, position2) | Boolean | Array | 3.0 |
| ARRAYTOLIST | (array [, delimiter ]) | List | Array, List | 3.1 |
| ASC | (string) | Numeric | Mathematical,string | 2.0 |
| ASIN | (number) | Numeric | Mathematical | 4.01 |
| ATN | (number) | Numeric | Mathematical | 2.0 |
| AUTHENTICATEDCONTEXT | ( ) | String | Authentication | 4.01 |
| AUTHENTICATEDUSER | ( ) | String | Authentication | 4.01 |
| BITAND | (number1, number2) | Numeric | Bit, Mathematical | 2.0 |
| BITMASKCLEAR | (number, start, length) | Numeric | Bit, Mathematical | 2.0 |
| BITMASKREAD | (number, start, length) | Numeric | Bit, Mathematical | 2.0 |
| BITMASKSET | (number, mask, start, length) | Numeric | Bit, Mathematical | 2.0 |
| BITNOT | (number) | Numeric | Bit, Mathematical | 2.0 |
| BITOR | (number1, number2) | Numeric | Bit, Mathematical | 2.0 |
| BITSHLN | (number, count) | Numeric | Bit, Mathematical | 2.0 |
| BITSHRN | (number, count) | Numeric | Bit, Mathematical | 2.0 |
| BITXOR | (number1, number2) | Numeric | Bit, Mathematical | 2.0 |
| CEILING | (number) | Numeric | Mathematical | 2.0 |
| CF_GETDATASOURCEUSERNAME | (Data Source) | String | System | 3.0* |
| CF_ISCOLDFUSIONDATASOURCE | (Data Source) | Boolean | Decision | 3.0* |
| CF_SETDATASOURCEPASSWORD | (Data Source, Password) | Boolean | System, Exec | 3.0* |
| CF_SETDATASOURCEUSERNAME | (Data Source, Username) | Boolean | System, Exec | 3.0* |
| CFUSION_DBCONNECTIONS_FLUSH | ( ) | NULL | System, Exec | 3.0* |
| CFUSION_DECRYPT | (cyphertext, key) | String | Crypto | 3.0* |
| CFUSION_DISABLE_DBCONNECTIONS | (DataSource, switch) | Boolean | System, Exec | 3.0* |
| CFUSION_ENCRYPT | (text, key) | String | Crypto | 3.0* |
| CFUSION_GETODBCDSN | ( ) | Query | System | 3.0* |
| CFUSION_GETODBCINI | (section, entry, default value) | String | System | 3.0* |
| CFUSION_SETODBCINI | (section, entry, value) | Boolean | System, Exec | 3.0* |
| CFUSION_SETTINGS_REFRESH | ( ) | NULL | System, Exec | 3.0* |
| CFUSION_VERIFYMAIL | (MailServer, SMTPPort, Timeout) | String | System | 3.0* |
| CHR | (number) | String | String | 2.0 |
| CJUSTIFY | (string, length) | String | String | 2.0 |
| COMPARE | (string1, string2) | Numeric | String | 2.0 |
| COMPARENOCASE | (string1, string2) | Numeric | String | 2.0 |
| COS | (number) | Numeric | Mathematical | 2.0 |
| CREATEDATE | (year, month, day) | Date | Date/Time | 2.0 |
| CREATEDATETIME | (year, month, day, hour, minute, second) | Date/Time | Date/Time | 2.0 |
| CREATEOBJECT | ("COM", class, context, serverName) | Object | Object | 4.5 |
| CREATEOBJECT | ("CORBA", class, context, locale) | Object | Object | 4.5 |
| CREATEOBJECT | ("JAVA", class) | Object | Object | 4.5 |
| CREATEODBCDATE | (date) | Date | Date/Time | 2.0 |
| CREATEODBCDATETIME | (date) | Date/Time | Date/Time | 2.0 |
| CREATEODBCTIME | (date) | Time | Date/Time | 2.0 |
| CREATETIME | (hour, minute, second) | Time | Date/Time | 2.0 |
| CREATETIMESPAN | (days, hours, minutes, seconds) | Date/Time | Date/Time | 2.0 |
| CREATEUUID | ( ) | UUID String | Other | 4.01 |
| DATEADD | (datepart, number, date) | Date/Time | Date/Time | 2.0 |
| DATECOMPARE | (date1, date2) | Numeric | Date/Time | 2.0 |
| DATECONVERT | (conversion_type, date) | Date/Time | Date/Time | 4.01 |
| DATEDIFF | (datepart, date1, date2) | Numeric | Date/Time | 2.0 |
| DATEFORMAT | (date [, mask ]) | Date | Date/Time | 1.0 |
| DATEPART | (datepart, date) | Numeric | Date/Time | 2.0 |
| DAY | (date) | Numeric | Date/Time | 2.0 |
| DAYOFWEEK | (date) | Numeric | Date/Time | 2.0 |
| DAYOFWEEKASSTRING | (day_of_week) | String | Date/Time,string | 2.0 |
| DAYOFYEAR | (date) | Numeric | Date/Time | 2.0 |
| DAYSINMONTH | (date) | Numeric | Date/Time | 2.0 |
| DAYSINYEAR | (date) | Numeric | Date/Time | 2.0 |
| DE | (string) | Escaped String | Dynamic
Evaluation | 2.0 |
| DECIMALFORMAT | (number) | Numeric | Display/Formatting | 1.0 |
| DECREMENTVALUE | (number) | Numeric | Mathematical | 1.5 |
| DECRYPT | (encrypted_string, key) | String | Crypto | 4.0 |
| DELETECLIENTVARIABLE | (name) | Boolean | System, Exec | 2.0 |
| DIRECTORYEXISTS | (absolute_path) | Boolean | System | 4.0 |
| DOLLARFORMAT | (number) | String | Display/Formatting | 1.0 |
| DUPLICATE | (variable_name) | Complex DataType | Dynamic Evaluation | 4.5.1 |
| ENCRYPT | (string, key) | String | Crypto | 4.0 |
| EVALUATE | (string_expression1 [, string_expression2 [, … ] ]) | Evaluated Data | Dynamic
Evaluation | 2.0 |
| EXP | (number) | Numeric | Mathematical | 2.0 |
| EXPANDPATH | (relative_path) | String | System | 2.0 |
| FILEEXISTS | (absolute_path) | Boolean | System | 2.0 |
| FIND | (substring, string [, start ]) | Numeric | String | 2.0 |
| FINDNOCASE | (substring, string [, start ]) | Numeric | String | 2.0 |
| FINDONEOF | (set, string [, start ]) | Numeric | String | 2.0 |
| FIRSTDAYOFMONTH | (date) | Numeric | Date/Time | 2.0 |
| FIX | (number) | Numeric | Mathematical | 2.0 |
| FORMATBASEN | (number, radix) | String | Mathematical | 2.0 |
| GETBASETAGDATA | (tagname [, instancenumber ]) | Structure | Custom Tag | 4.0 |
| GETBASETAGLIST | ( ) | List | Custom Tag | 4.0 |
| GETBASETEMPLATEPATH | ( ) | String | System | 4.01 |
| GETCLIENTVARIABLESLIST | ( ) | List | Other | 2.0 |
| GETCURRENTTEMPLATEPATH | ( ) | String | System | 4.01 |
| GETDIRECTORYFROMPATH | (path) | String | System | 2.0 |
| GETFILEFROMPATH | (path) | String | System | 2.0 |
| GETFUNCTIONLIST | ( ) | Structure | Other | 4.5 |
| GETHTTPREQUESTDATA | ( ) | Structure | Other | 5.0 |
| GETHTTPTIMESTRING | (date) | String | Display/Formatting | 4.5 |
| GETLOCALE | ( ) | String* | International | 3.1 |
| GETMETRICDATA | (monitor_name) | Structure | System | 4.5 |
| GETPROFILESTRING | (iniPath, section, entry) | String | System | 4.01 |
| GETTEMPDIRECTORY | ( ) | String | System | 2.0 |
| GETTEMPFILE | (dir, prefix) | String | System | 2.0 |
| GETTEMPLATEPATH | ( ) | String | System | 2.0 |
| GETTICKCOUNT | ( ) | Numeric | Other | 4.0 |
| GETTIMEZONEINFO | ( ) | Structure | System | 4.01 |
| GETTOKEN | (string, index [, delimiters ]) | String | String | 2.0 |
| HASH | (string) | String | Crypto | 4.5 |
| HOUR | (Date) | Numeric | Date/Time | 2.0 |
| HTMLCODEFORMAT | (string [, version ]) | String | Display/Formatting | 1.0 |
| HTMLEDITFORMAT | (string [, version ]) | String | Display/Formatting | 1.5 |
| IIF | (condition, string_expression1, string_expression2) | String* | Dynamic
Evaluation | 2.0 |
| INCREMENTVALUE | (number) | Numeric | Mathematical | 1.5 |
| INPUTBASEN | (string, radix) | Numeric | Mathematical | 2.0 |
| INSERT | (substring, string, position) | String | String | 2.0 |
| INT | (number) | Numeric | Mathematical | 2.0 |
| ISARRAY | (value [, number ]) | Boolean | Decision | 3.0 |
| ISAUTHENTICATED | ([security context name]) | Boolean | Decision, Authentication | 4.0 |
| ISAUTHORIZED | (resourcetype, resourcename [, action ]) | Boolean | Decision, Authentication | 4.0 |
| ISBINARY | (value) | Boolean | Decision | 4.5 |
| ISBOOLEAN | (value) | Boolean | Decision | 2.0 |
| ISDATE | (string) | Boolean | Decision | 2.0 |
| ISDEBUGMODE | ( ) | Boolean | Decision | 4.0 |
| ISDEFINED | ('variable')* | Boolean | Decision | 3.0 |
| ISLEAPYEAR | (year) | Boolean | Decision | 2.0 |
| ISNUMERIC | (string) | Boolean | Decision | 2.0 |
| ISNUMERICDATE | (number) | Boolean | Decision | 2.0 |
| ISPROTECTED | (resourcetype, resourcename [, action]) | Boolean | Decision | 4.5 |
| ISQUERY | (value) | Boolean | Decision | 3.0 |
| ISSIMPLEVALUE | (value) | Boolean | Decision | 3.0 |
| ISSTRUCT | (variable) | Boolean | Decision | 4.0 |
| ISWDDX | (value) | Boolean | Decision | 4.51sp2 |
| JAVACAST | (type, variable) | * | Other | 4.5 |
| JSSTRINGFORMAT | (string) | String | Display/Formatting | 4.5 |
| LCASE | (string) | String | String | 2.0 |
| LEFT | (string, count) | String | String | 2.0 |
| LEN | (string) | Numeric | String | 2.0 |
| LISTAPPEND | (list, value [, delimiters ]) | List | List | 2.0 |
| LISTCHANGEDELIMS | (list, new_delimiter [, delimiters ]) | List | List | 2.0 |
| LISTCONTAINS | (list, substring [, delimiters ]) | Numeric | List | 2.0 |
| LISTCONTAINSNOCASE | (list, substring [, delimiters ]) | Numeric | List | 2.0 |
| LISTDELETEAT | (list, position [, delimiters ]) | List | List | 2.0 |
| LISTFIND | (list, value [, delimiters ]) | Numeric | List | 2.0 |
| LISTFINDNOCASE | (list, value [, delimiters ]) | Numeric | List | 2.0 |
| LISTFIRST | (list [, delimiters ]) | String | List | 2.0 |
| LISTGETAT | (list, position [, delimiters ]) | String | List | 2.0 |
| LISTINSERTAT | (list, position, value [, delimiters ]) | List | List | 2.0 |
| LISTLAST | (list [, delimiters ]) | String | List | 2.0 |
| LISTLEN | (list [, delimiters ]) | Numeric | List | 2.0 |
| LISTPREPEND | (list, value [, delimiters ]) | List | List | 2.0 |
| LISTQUALIFY | (list, qualifier [, delimiters ] [, elements ]) | List | List | 4.01 |
| LISTREST | (list [, delimiters ]) | List | List | 2.0 |
| LISTSETAT | (list, position, value [, delimiters ]) | List | List | 2.0 |
| LISTSORT | (list, sort_type [, sort_order] [, delimiters ]) | List | List | 4.01 |
| LISTTOARRAY | (list [, delimiter ]) | Array | List, Array | 3.1 |
| LISTVALUECOUNT | (list, value [, delimiter ]) | Numeric | List | 4.01 |
| LISTVALUECOUNTNOCASE | (list, value [, delimiter ]) | Numeric | List | 4.01 |
| LJUSTIFY | (string, length) | String | String | 2.0 |
| LOG | (number) | Numeric | Mathematical | 2.0 |
| LOG10 | (number) | Numeric | Mathematical | 2.0 |
| LSCURRENCYFORMAT | (number [, type]) | String | International, Display/Formatting | 3.1 |
| LSDATEFORMAT | (date [, mask]) | String* | International, Display/Formatting | 3.1 |
| LSEUROCURRENCYFORMAT | (currency_number [, type]) | String | International, Display/Formatting | 4.01 |
| LSISCURRENCY | (string) | Boolean | International, Decision | 3.1 |
| LSISDATE | (string) | Boolean | International, Decision | 3.1 |
| LSISNUMERIC | (string) | Boolean | International, Decision | 3.1 |
| LSNUMBERFORMAT | (number [, mask]) | String* | International, Display/Formatting | 3.1 |
| LSPARSECURRENCY | (string) | String | International | 3.1 |
| LSPARSEDATETIME | (string) | String* | International | 3.1 |
| LSPARSEEUROCURRENCY | (currency_string) | String | International | 4.01 |
| LSPARSENUMBER | (string) | String | International | 3.1 |
| LSTIMEFORMAT | (time [, mask]) | String | International, Display/Formatting | 3.1 |
| LTRIM | (string) | String | String | 2.0 |
| MAX | (number1, number2) | Numeric | Mathematical | 2.0 |
| MID | (string, start, count) | String | String | 2.0 |
| MIN | (number1, number2) | Numeric | Mathematical | 2.0 |
| MINUTE | (date) | Numeric | Date/Time | 2.0 |
| MONTH | (Date) | Numeric | Date/Time | 2.0 |
| MONTHASSTRING | (month number) | String | Date/Time,string | 2.0 |
| NOW | ( ) | Date/Time | Date/Time | 2.0 |
| NUMBERFORMAT | (number [, mask ]) | Numeric | Display/Formatting | 1.0 |
| PARAGRAPHFORMAT | (string) | String | Display/Formatting | 1.0 |
| PARAMETEREXISTS | (parameter) | Boolean | Decision | 1.5 |
| PARSEDATETIME | (string1 [, string2]) | Date/Time | Date/Time | 2.0 |
| PI | ( ) | Numeric | Mathematical | 2.0 |
| PRESERVESINGLEQUOTES | (string) | String | String | 1.5 |
| QUARTER | (date) | Numeric | _ | 2.0 |
| QUERYADDCOLUMN | (query, column_name, array_name) | Query | Query | 4.01 |
| QUERYADDROW | (query [, number ]) | Numeric | Query | 3.0 |
| QUERYNEW | (columnlist) | Query | Query | 3.0 |
| QUERYSETCELL | (query, column_name, value [, row_number]) | Boolean | Query | 3.0 |
| QUOTEDVALUELIST | (query.column [, delimiter ]) | List | Query, List | 1.5 |
| RAND | ( ) | Numeric | Mathematical | 2.0 |
| RANDOMIZE | (number) | Numeric | Mathematical | 2.0 |
| RANDRANGE | (number1, number2) | Numeric | Mathematical | 2.0 |
| REFIND | (reg_expression, string, start) | * | Regular
Expressions | 2.0 |
| REFINDNOCASE | (reg_expression, string [, start ] [, returnsubexpressions ]) | * | Regular
Expressions | 4.0 |
| REMOVECHARS | (string, start, count) | String | String | 2.0 |
| REPEATSTRING | (string, count) | String | String | 2.0 |
| REPLACE | (string, substring1, substring2 [, scope ]) | String | String | 2.0 |
| REPLACELIST | (string, list1, list2) | String | String | 2.0 |
| REPLACENOCASE | (string substring1, substring2 [, scope ]) | String | String | 3.0 |
| REREPLACE | (string, reg_expression, substring [, scope ]) | String | Regular
Expressions | 2.0 |
| REREPLACENOCASE | (string, reg_expression, substring [, scope ]) | String | Regular
Expressions | 4.0 |
| REVERSE | (string) | String | String | 2.0 |
| RIGHT | (string, count) | String | String | 2.0 |
| RJUSTIFY | (string, length) | String | String | 2.0 |
| ROUND | (number) | Numeric | Mathematical | 2.0 |
| RTRIM | (string) | Numeric | String | 2.0 |
| SECOND | (date) | Numeric | _ | 2.0 |
| SETLOCALE | (new_locale) | * | International | 3.1 |
| SETPROFILESTRING | (iniPath, section, entry, value) | NULL* | _ | 4.01 |
| SETVARIABLE | (name, value) | * | Dynamic
Evaluation | 2.0 |
| SGN | (number) | Numeric | Mathematical | 2.0 |
| SIN | (number) | Numeric | Mathematical | 2.0 |
| SPANEXCLUDING | (string, set) | String | String | 2.0 |
| SPANINCLUDING | (string, set) | String | String | 2.0 |
| SQR | (number) | Numeric | Mathematical | 2.0 |
| STRIPCR | (string) | String | Display/Formatting | 1.0 |
| STRUCTAPPEND | (Struct1, Struct2 [, OverwriteFlag]) | Boolean | Structure, Exec | 4.51sp2 |
| STRUCTCLEAR | (structure) | Boolean | Structure, Exec | 4.0 |
| STRUCTCOPY | (structure) | Structure | Structure | 4.0 |
| STRUCTCOUNT | (structure) | Numeric | Structure | 4.0 |
| STRUCTDELETE | (structure, key [, indicatenotexisting ]) | Boolean | Structure, Exec | 4.0 |
| STRUCTFIND | (structure, key) | String | Structure | 4.0 |
| STRUCTFINDKEY | (Top, Key [, Scope]) | Array | Structure | 4.51sp2 |
| STRUCTFINDVALUE | (Top, Key [, Scope]) | Array | Structure | 4.51sp2 |
| STRUCTGET | (PathDesired) | * | Structure | 4.51sp2 |
| STRUCTINSERT | (structure, key, value [, allowoverwrite ]) | Boolean | Structure, Exec | 4.0 |
| STRUCTISEMPTY | (structure) | Boolean | Structure | 4.0 |
| STRUCTKEYARRAY | (structure) | Array | Structure | 4.01 |
| STRUCTKEYEXISTS | (structure, key) | Boolean | Structure | 4.0 |
| STRUCTKEYLIST | (structure, [delimiter]) | List | Structure | 4.01 |
| STRUCTNEW | ( ) | Structure | Structure | 4.0 |
| STRUCTSORT | (Base [, SortType, SortOrder, PathToSubElement]) | Array | Structure | 4.51sp2 |
| STRUCTUPDATE | (structure, key, value) | Boolean | Structure | 4.0 |
| TAN | (number) | Numeric | Mathematical | 2.0 |
| TIMEFORMAT | (time [, mask ]) | Date/Time | Display/Formatting | 1.0 |
| TOBASE64 | (string or binary_object) | String | Crypto | 4.5 |
| TOBINARY | (string_in_Base64 or binary_value) | * | Crypto | 4.5 |
| TOSTRING | (any_value) | String | Display/Formatting | 4.5 |
| TRIM | (string) | String | String | 2.0 |
| UCASE | (string) | String | String | 2.0 |
| URLDECODE | (urlEncodedString) | String | Crypto | 4.5 |
| URLENCODEDFORMAT | (string) | String | Crypto | 1.5 |
| VAL | (string) | Numeric | String | 2.0 |
| VALUELIST | (query.column [, delimiter ]) | List | Query, List | 1.5 |
| WEEK | (date) | Numeric | Date/Time | 2.0 |
| WRITEOUTPUT | (string) | * | Dynamic Evaluation | 4.0 |
| XMLFORMAT | (string) | String | Display/Formatting | 4.5 |
| YEAR | (date) | Numeric | Date/Time | 2.0 |
| YESNOFORMAT | (value) | String | Display/Formatting | 1.0 |