Question
When to use duplicate()
What's the difference between:
<cfset x = y>
and
<cfset x = duplicate(y)>
Thanks,
Peter
<cfset x = y>
and
<cfset x = duplicate(y)>
Thanks,
Peter
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.