I NEVER want to see that allowed in RB.

Maybe the increment operators should be limited so that the pre/post
increment issue is not allowed. Make all such operations "pre" and prevent
such operations being combined with others on the same line.

So If X == (Y++) Then

Becomes

++Y     ( we would not permit Y++ in the syntax )
If X == Y then


On 12/10/06 16:43, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:

> 
> 
> -------------- Original message --------------
> From: Long Huynh <[EMAIL PROTECTED]>
>> If X == (Y++) Then.
> 
> IMO YES! and very much so!
> 
> - Karen
> _______________________________________________
> Unsubscribe or switch delivery mode:
> <http://www.realsoftware.com/support/listmanager/>
> 
> Search the archives of this list here:
> <http://support.realsoftware.com/listarchives/lists.html>
> 


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to