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 plan to give out the new CFCs and functions I'm writing (the logger is in use and is being tweaked as we speak) and was wondering which you, the ColdFusion using world, would prefer. I like the dollar sign, but I'm willing to listen to what people have to say.
As an aside, can someone using Blue Dragon please test to see if the dollar sign and underscore are legal for variables on that platform? Thanks ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:188694 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=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

