Created
March 22, 2026 07:40
-
-
Save trycf/1e99633e21482372ed2ecdae6e1ad3a6 to your computer and use it in GitHub Desktop.
TryCF Gist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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