View Single Post
  #11  
Old 06-16-2007, 11:25 PM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
Quote:
Originally Posted by zokemon View Post
It's not bad scripting... If I want to have a dot in my variable name, I shall!
I don't see how it has to do with GS1 at all though.
GS1 wasn't really object-based so dots didn't matter as much. Dots are used for changing object scope mainly in many languages and in GS2 which is why its bad to use them in variable names. Other languages (Java, C++) don't compensate for that and you would simply get an error if you tried.
__________________
Reply With Quote