Funny CF7 BugI came across this accidentally, but it gave me a chuckle. Try entering the following code in a simple index.cfm: <cffunction name="theFunk"> <cfset doSomething=true> </cffunction> <cfset reference = theFunk> <cfset reference.wrong = "What?!"> Can you guess what would happen? I figured it would probably throw an error, but the error it actually threw surprised me. |
There are no comments for this entry.
[Add Comment]