Totally Agreed - we could do with the ones-complement operator as well. Fancy raising an FR ?
On 17/2/07 09:28, "Frank Condello" <[EMAIL PROTECTED]> wrote: > On 17-Feb-07, at 3:26 AM, Peter Bozek wrote: > >> On 2/17/07, Todd Fantz <[EMAIL PROTECTED]> wrote: >>> I know this one must be easy, and yes, I should renew my magazine >>> subscription so I can read Mr. Ballmans latest... but here is what I >>> would like to be able to do. >> >> You have to use methods of Bitwise class. What I do not like on RB >> approach is I have to type a lot, instead of '|' I have to type >> 'Bitwise.bitor' etc. > > 2007r1 release note: > > [New] [All] Compiler: > And, Or, and Not have been overloaded to accept > integer arguments as well to perform bitwise operations. > > There's also a new Xor operator, but sadly no shifting shortcuts as > far as I can tell. > > Frank. > <http://developer.chaoticbox.com/> > > > _______________________________________________ > Unsubscribe or switch delivery mode: > <http://www.realsoftware.com/support/listmanager/> > > Search the archives: > <http://support.realsoftware.com/listarchives/lists.html> > Regards, Dan _______________________________________________________ www.13flatFIVE.com The C++ <> REALbasic code migration specialists _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
