Barney Boisvert wrote:
Has anyone (I don't have CF7 available) checked to see if structKeyExists(arguments, "argumentCollection") returns ture on CF7?
structKeyExists(arguments, "argumentCollection") returns: cfmx6.1: NO cfmx7: NO
Because that'd explain the third struct key. And what does arrayLen(arguments) return?
arrayLen returns: cfmx6.1: 2 cfmx7: 3
Does it match structCount(arguments), or is it always two?
ArrayLen and StructLen match giving you 2 or 3 depending on the version.
cheers, barneyb
-- Peter J. Farrell :: Maestro Publishing blog :: http://blog.maestropublishing.com email :: [EMAIL PROTECTED] Create boilerplate beans! Check out the Mach-II Bean Creator - free download. http://blog.maestropublishing.com/mach-ii_beaner.htm ---------------------------------------------------------- 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]
