Append
This reference topic applies to FQL v4. Go to this page for the latest FQL v10 reference topics. |
Copied!
Append( elems, base )
Description
The Append
function creates a new array that is the result of
combining the base Array followed by the elems
. This is a specialized
function, and only works with arrays and not pages.