View Single Post
Old Nov 18th, 2005, 8:58 PM   #2
Rory
Expert Programmer
 
Rory's Avatar
 
Join Date: Jan 2005
Location: London
Posts: 542
Rep Power: 4 Rory is on a distinguished road
Send a message via MSN to Rory
Quote:
Originally Posted by George Giolfan
I consider the "Then" keyword useless (I never use If <condition> Then <statement>"). How can I disable such behavior ?
If you never ever conduct a comparision anywhere in your code, then it is not likely to do much.

If you remove the project framework and the application namespace... you have no application.

In fact I'm not sure if this is meant to be a joke or not. (that's three if statements right there for free)
Rory is offline   Reply With Quote