tracker issue : CF-3041216

select a category, or use search below
(searches all categories and all time range)
Title:

Bug 82516:(Watson Migration Closure)[ES] Comparison operators cannot be used in string expressions in cfscript

| View in Tracker

Status/Resolution/Reason: Closed/Won't Fix/LowImpact

Reporter/Name(from Bugbase): Elliott Sprehn / Elliott Sprehn (Elliott Sprehn)

Created: 03/25/2010

Components: Language, CFSCRIPT

Versions: 9.0

Failure Type: Unspecified

Found In Build/Fixed In Build: 0000 /

Priority/Frequency: Minor / Unknown

Locale/System: English / Platforms All

Vote Count: 2

Problem:

[ES] Comparison operators cannot be used in string expressions in cfscript. ex."#1 < 2#"  "#x == y#"
Method:

<cfscript>
	x = 10;
	y = 10;
	writeoutput("#1 + 2#"); //works
	writeoutput("#2 > 1#"); //does not work
	writeoutput("#1 > 2#"); //does not work
	writeoutput("#x == y#");//does not work
</cfscript>
Result:

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3041216

External Customer Info:
External Company:  
External Customer Name: Elliott Sprehn
External Customer Email: 202D59C844579997992016B7
External Test Config: 03/25/2010

Attachments:

Comments: