On 6/21/05, Peter J. Farrell <[EMAIL PROTECTED]> wrote: > Wow, that's really interesting - on MX7 why does the a dump only have > two arguments in it, but the structCount is 3?
Well, you need to remember that arguments is a scope, not a true struct and it is kinda magic because it can be accessed as both an array and a struct in some circumstances. Trying to treat it as a pure struct (or a pure array) is likely to bite you... -- 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]
