home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / mswindo / programm / misc / 4332 < prev    next >
Encoding:
Text File  |  1992-12-20  |  576 b   |  17 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!sdd.hp.com!hpscit.sc.hp.com!hplextra!rigel!yefchak
  3. From: yefchak@hplabsz.hpl.hp.com (George Yefchak)
  4. Subject: Re: How to make a Long from ints in VB
  5. Message-ID: <1992Dec18.012559.4297@hplabsz.hpl.hp.com>
  6. Date: Fri, 18 Dec 1992 01:25:59 GMT
  7. References: <BzEp1J.I83@fsg.com>
  8. Organization: Hewlett-Packard Laboratories Palo Alto,CA
  9. X-Newsreader: TIN [version 1.1.4 PL6]
  10. Lines: 5
  11.  
  12. There may be a better way, but I just did something like
  13. new_long = hi_int * 65536 + lo_int.  
  14.  
  15. --George Yefchak
  16.  
  17.