Heenan, Lambert
Lambert.Heenan at AIG.com
Wed Jul 9 11:01:28 CDT 2008
"&H" is just the VB/VBA prefix that specifies a hexadecimal constant. So the value is 10 hex (16 Dec) and the type is Long Integer. Lambert -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Dan Waters Sent: Wednesday, July 09, 2008 11:24 AM To: 'Access Developers discussion and problem solving' Subject: [AccessD] Type of Constant I have a constant defined like this: Private Const OFN_SHOWHELP = &H10 Is &H10 a Long? A Variant? Dan -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com