----- Original Message ----- From: "Ben Combee" <[EMAIL PROTECTED]> > > > > The rules are a little complicated, but leading double underscores are > > forbidden for our use. However, I do prefix member variables with a single > > underscore. That's legal. > > It is legal as long as the first character after your underscore isn't a > capitalized letter. _foo is OK, but _Foo is also an implementation- > reserved identifier.
Right. Even _foo is illegal in global scope, but it's ok in class scope. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
