On Thu, 23 Dec 2004 14:54:34 -0500, Michael Dinowitz <[EMAIL PROTECTED]> wrote: > I've started to use a dollar sign as a prefix for variables which are local > to a function or CFC. i.e. those variables created when using the var > keyword. > <CFSET var $Localvar=""> > I could have also used an underscore like so: > <CFSET var _Localvar="">
I don't like either and I'm puzzled as to why you do it. After all, everthing that is not a local variable will be prefixed by "variables." or "arguments." right? -- Sean A Corfield -- http://www.corfield.org/ Team Fusebox -- http://www.fusebox.org/ Breeze Me! -- http://www.corfield.org/breezeme Got Gmail? -- I have 4 invites to give away! "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffusion.com/lists.cfm/link=i:4:188697 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

