a) <cfmodule ... myAttribute="#foobar#">
b) <cfmodule ... myAttribute=#foobar#>     #---# not required

a) <cfloop ... from="1" to="#ListLen(foobar)#">
b) <cfloop ... from=1 to=#ListLen(foobar)#>   #---# not required


other than I dont believe there are any differences.

Duane


-----Original Message-----
From: Mike Amburn [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 20, 2000 2:12 PM
To: Cf-Talk
Subject: quotation marks -- definitive answer?


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.

------------------------------------------------------------------------------
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.

Reply via email to