ArrayAppend description
Additional variable index. Successful returns a boolean value true. Category array functions
Syntax ArrayAppend (Array, Value)
The parameter parameter describes the name of the Array variable to the corresponding additional index. Value This value is placed in the final position of the index of the variable.
Example:
arrayappend example -by cfmchina.com title> head> arrayappend example --by cfmchina .com h3>
select firstname, lastname from employees cfquery> #arrayappend (MyArray, "# Firstname # #lastname #") # cfoutput>, array was abding
cfloop> Variable output:
#mylist # cfoutput> body> html>