Rick Root wrote:

> Adam Wayne Lehman wrote:
>  > Looks like your original post got cut. what does the code look it?

Damn it my Cold Fusion code keeps getting munged!

Alright... I figured it out....

I was doing this at the top of the function body:

[CFSET var retVal = ArrayNew(1)]

It didn't like that... when I moved it down below the cfarguments... it
complained and said local variables had to be defined at the top of the
function body.  So I removed the var scoping, leaving it down below the
cfargument tags... and it works.

That sounds like a bug to me.

HEre's the source and examples

http://www.ads.duke.edu/tools/checkmailing/checkMagazineMailing.cfc?WSDL
http://www.ads.duke.edu/tools/checkmailing/checkMagazineMailing.txt

http://www.ads.duke.edu/tools/checkmailing/checkMagazineMailing1.cfc?WSDL
http://www.ads.duke.edu/tools/checkmailing/checkMagazineMailing1.txt
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to