Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save trycf/1e99633e21482372ed2ecdae6e1ad3a6 to your computer and use it in GitHub Desktop.

Select an option

Save trycf/1e99633e21482372ed2ecdae6e1ad3a6 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
myele = {
name : "gurleen",
role : "pdo",
ge : "rell"
}
</cfscript>
<cfset myele.goal = "amazon"/>
<cfset myele.name = "ankit"/>
<cfset structDelete(myele ,"ge")/>
<cfoutput>
<strong> this is #myele.goal#</strong>
<strong>this is #myele.name#</strong>
</cfoutput>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment