> <cffunction name="getBadDebt" displayname="Check For Bad
> Debt" returntype="string">
>     <cfset var qBadDebt = "" />
> <cfargument name="SSN" type="numeric" required="true"
> default="0" />

You have to place your CFARGUMENT tags first, followed by your local
variable declarations, followed by everything else.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to