CFML Native types


Summary
any            Any type of variable.
array            An indexed array of variables
binary            Binary data
boolean            Yes/No, 1/0, true/false
date            Anything that CFML can convert to a date.
guid            A guid or UUID of the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
numeric            Anything that CFML can convert to a number
query            A CFML recordset
string            A string
struct            A CFML structure
uuid            A CFML UUID of the form xxxxxxxx-xxxx-xxxx-xxxxxxxxxxxxxxxx
variablename            A string formatted according to CFML variable naming conventions.
void            This is used to specify that no value is returned from a function.