Jim Dettman
jimdettman at verizon.net
Wed Apr 7 10:13:26 CDT 2010
You want to shift bits or bytes? If bytes, it's LSET/RSET. If bit's you need to use AND and OR with some creative string handling. Jim. -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of jwcolby Sent: Wednesday, April 07, 2010 9:56 AM To: Access Developers discussion and problem solving Subject: [Spam] [AccessD] Left and right shift I thought we have a >> and << operator in Access - shift left and shift right. When I try to use it I get a compile error. IntPtr = IntPtr >> 2 Do we not have this operator? I can't find it listed in an operator in help. -- John W. Colby www.ColbyConsulting.com -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com