I didn't see anything about compatibility with Adobe Coldfusion on
this, so it might be a bug.
The following code prints out "3" in Adobe Coldfusion
<CFScript>
function F(a,b) {
WriteOutput(ArrayLen(Arguments));
return;
}
</CFScript>
<CFOutput>#F(1,2,3)#</CFOutput>
but throw an exception in BlueDragon dated 7/21/2008 with no error.
Any workarounds to optional arguments? I know you can do this with
CFCs, but that's not gonna work for me.
Thanks,
Ross.
--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
http://groups.google.com/group/openbd?hl=en
official blog @ http://blog.openbluedragon.org/
!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---