On Wed, 27 Sep 2006 15:14:13 +0100, "Tristan Leask" <[EMAIL PROTECTED]> said: > Now I am sure they told me this at uni but I can't remember now, but why > is it with some languages (I think java is one of them) that you have to > have the case of variables as described below?
Java, C#, lots of case-sensitive languages around. Can be useful for distinguishing scope if you're consistent with your naming. -- Alan Bourke [EMAIL PROTECTED] -- http://www.fastmail.fm - One of many happy users: http://www.fastmail.fm/docs/quotes.html _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

