Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save trycf/182c425a01151bbff6cf9fabdfefd1f3 to your computer and use it in GitHub Desktop.
Save trycf/182c425a01151bbff6cf9fabdfefd1f3 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfset form.ABC = "0">
<cfset form.ABC1 = "1">
<cfset form.ABC2 = "2">
<cfset form.ABC3 = "3">
<cfset duplicateStr = duplicate(form)>
<cfdump var="#duplicateStr#">
<cfset duplicateStr = structDelete(duplicateStr, "ABC3")>
<br><br>
<cfdump var="#duplicateStr#">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment