On 6/22/05, Harry Klein <[EMAIL PROTECTED]> wrote:
> So meanwhile listLen(structKeyList(arguments)) instead of
> StructCount(arguments) would be the fastest workaround?

Well, it wouldn't be very fast but it would work. If you just want to
check if an argument is present, structKeyExists(arguments,"name")
will work. If you want to iterate through the arguments, <cfloop
collection="#arguments#"..> will work.
-- 
Sean A Corfield -- http://corfield.org/
Team Fusebox -- http://fusebox.org/
Got Gmail? -- I have 50, yes 50, invites to give away!

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood


----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email to 
[email protected] with the words 'unsubscribe cfcdev' as the subject of the 
email.

CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting 
(www.cfxhosting.com).

CFCDev is supported by New Atlanta, makers of BlueDragon
http://www.newatlanta.com/products/bluedragon/index.cfm

An archive of the CFCDev list is available at 
www.mail-archive.com/[email protected]


Reply via email to