Another question
I recall reading that in a cfc you should declare a local variable for each
argument, set the local var equal to the argument, and then proceed to use
the local var for the rest of your operations. Is that true?
ie:
<cfset var local = structNew()>
<cfset local.userID = "#arguments.userID#">
<cfif local.userID eq '1'>.......
--
--
online documentation: http://openbd.org/manual/
http://groups.google.com/group/openbd?hl=en
---
You received this message because you are subscribed to the Google Groups "Open
BlueDragon" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.