Hi Mark,

Just to add to Raymond's comments,

I think the confusion about hashes and quotes comes about from CF tags,
where you DO need them when you are passing a numeric or a variable as an
attribute, i.e. 

<cfquery datasource="#mydsn#" maxrows="#maxrows#"> 

In any other situation, you only need quotes around strings, and you only
need hashes when inserting an expression into a string or cfoutputting
it.... More or less.

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

Take a look at this udf:
http://www.cflib.org/udf.cfm?ID=144
 


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

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

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

Reply via email to