PhixFlow Help

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Function: copyList()

This function returns a new list with the same values as the supplied list.

If a single value is passed to this function, a list is returned containing only that value.

Syntax

copyList(array)

ArgumentTypeDescription
arrayArrayList of values

Examples

copyList(["apple",1,"John",NULL,"dog"])

returns ["apple",1,"John",NULL,"dog"]

See Also

  • No labels