continuing the "is there any difference" thread...
what, if any, difference in using quatation marks?
a) <cfset foobar = "1">
b) <cfset foobar = 1>
a) <cfset foobar = "true">
b) <cfset foobar = true>
a) <cfmodule ... myAttribute="#foobar#">
b) <cfmodule ... myAttribute=#foobar#>
a) <cfloop ... from="1" to="#ListLen(foobar)#">
b) <cfloop ... from=1 to=#ListLen(foobar)#>
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.