<cfset temp = application.db.get_info(param1=value1,param2=value2,param3=value3)>
I do this every time. It's a lot easier to see what your are passing in. Justin Hansen ~~~~~~~~~~~~~~~~~~~~~~ Uhlig Communications Systems Engineer ~~~~~~~~~~~~~~~~~~~~~~ [EMAIL PROTECTED] 913-754-4273 Office 816-695-4045 Mobile ~~~~~~~~~~~~~~~~~~~~~~ -----Original Message----- From: Marlon Moyer [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18, 2003 1:47 PM To: [EMAIL PROTECTED] Subject: [CFCDev] Calling functions with parameters If I have a function in a cfc that requires 3 parameters, how can I call that using this format? <cfset temp = application.db.get_info(param1,param2,param3)> Is there any way to specify what parameter name is? Thanks Marlon -- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/ ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com).
