Yeah, that's not really applicable to what I was saying.

On Tue, Sep 14, 2010 at 5:04 PM, Tony Bentley
<cascadefreehee...@gmail.com>wrote:

>
> <cfscript>
> myFunction("mike", "beer,soccer,women" );
>
> //either
> myFunction(name,likes){
> //reference by arguments scope
> }
> </cfscript>
>
> <!--or -->
>
> <cffunction name="myFunction">
> <cfargument name="name">
> <cfargument name="likes">
> </cffunction>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337023
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to