home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: OtherApp / OtherApp.zip / OSHEXDEC.ZIP / OSHEXDEC.DOC next >
Text File  |  1989-05-01  |  631b  |  15 lines

  1.                   OS2 HEX-DECIMAL CONVERTER
  2.                      J.P.Davis 5/1/89
  3.  
  4. This is not a TSR program.  It may be called in either a full-screen
  5. or partial window under OS2.  Operation is obvious except for inclusion
  6. of the <&> suffix when input is a hex number.  Without the suffix, values
  7. returned are correct if the hex input is <32K or >64K.  Between these
  8. limits the two's complement is returned if the suffix is omitted.  Use
  9. the <&> suffix (in addition to the <&H> prefix) and you don't need to
  10. think about it any more.
  11.  
  12. This short program was compiled for OS2 using the Microsoft BASIC 6.0
  13. Compiler.
  14.  
  15.