Skip to content

Instantly share code, notes, and snippets.

@bennadel
Created March 24, 2014 23:19
Show Gist options
  • Save bennadel/9751455 to your computer and use it in GitHub Desktop.
Save bennadel/9751455 to your computer and use it in GitHub Desktop.
ColdFusion Arrays Passed By Value
<cfset VARIABLES.Instance.Properties = ArrayNew( 1 ) />
<cfset var arrProperties = VARIABLES.Instance.Properties />
<cfset ArrayAppend( arrProperties, "test value" ) />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment