Hi All,
I'm going through some code and converting CFSET commands to CFSCRIPT -- a
couple of syntax questions:

1) Where I have a <cfset SESSION.ecom.storeVar = SESSION.ecom.s>
   Should I surround the var with quotes or not? Ie:
        SESSION.ecom.storeVar = "SESSION.ecom.s";

2) Similarly, where I have a <cfset SESSION.ecom.admin = #URL.admin#>
   Should I surround the var with quotes or not?  Ie:
        SESSION.ecom.admin = "#URL.admin#";

3) With numeric values, do I need to surround with quotes, ie:
        SESSION.ecom.totalCost = "0";

4) Can a CFPARAM statement be written in CFSCRIPT?  If so, how?

Thanks, Mark 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to