How to Obtain Upper and Lower Bytes of an IntegerID: Q27097 The information in this article applies to:
SUMMARYThe program listed below demonstrates how to obtain the upper and lower bytes of an integer. The following is sample code:
Example
CLS
a% = &HA0B0
division
al% = a% AND &HFF
Additional reference words: VBmsdos QuickBas BasicCom
KBCategory: kbprg
KBSubcategory:
|
Last Reviewed: December 4, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |