Title:
Bug 74517:(Watson Migration Closure)Store variables in the case that they are declared when you set them
| View in TrackerStatus/Resolution/Reason: Closed/Deferred/
Reporter/Name(from Bugbase): Brian Kotek / Brian Kotek (brian428)
Created: 12/18/2008
Components: Language
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 /
Priority/Frequency: Normal / Unknown
Locale/System: English / Win All
Vote Count: 4
Problem:
Store variables in the case that they are declared when you set them. For example, this:
<cfset myVar = "foo" />
should do the same thing as <cfset variables['myVar'] = "foo" />
Currently you actually get variables['MYVAR']. This won't change much within CF itself, but for example when sending data to Flex this will make things much cleaner.
Method:
Result:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3037105
External Customer Info:
External Company:
External Customer Name: Brian Kotek
External Customer Email: 27EF5CB74460F39E99201549
External Test Config: 12/18/2008
Attachments:
Comments: