----- Original Message ----- From: "Sami Aaron" <[EMAIL PROTECTED]> To: "RBASE-L Mailing List" <[email protected]> Sent: Wednesday, June 25, 2008 10:54 AM Subject: [RBASE-L] - RE: RStyle Not LowerCase
> Mike - > > I don't think I've ever disagreed with your opinion before - so there must > be something I'm not understanding here ... <g> > > Do you mean you wish it would add the new word to the RStyle.cas file as > soon as it encounters it? The only problem with that is if you make a typo > - then it would automatically add the typo to the RStyle.cas file without > the opportunity to review it in the Rstyle.new file. No. When you first declare the variable using Set Var vCamelCase, then every occurance thereafter would be that casing. If you made a typo error subsequent to that, that wouldn't pass the caseInsensitive '=' test (eg vcamelcasse would be added the RStyle.new as a different word but vcamelcase would be changed to vCamelCase). That would make it veerrryy easy to pick out typos, since the absence of camel casing in a var would mean something is amiss. If you inadvertently make a typo in the Original Set Var, then it would be come a global Search/Replace with an option to change the RStyle.cas version as well. Problem solved. > Sami > > -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of MikeB > Sent: Wednesday, June 25, 2008 9:45 AM > To: RBASE-L Mailing List > Subject: [RBASE-L] - RE: RStyle Not LowerCase > > I wish it would adopt the casing from the FIRST Set Var vVarName that is > encountered by default. > > Changing the casing automatically for each subsequent encounter. > > >

