home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l196 / 2.ddi / FORMAT.BI$ < prev    next >
Encoding:
Text File  |  1990-06-24  |  566 b   |  17 lines

  1. '***
  2. ' FORMAT.BI - Include file for Format functions
  3. '
  4. '       Copyright <C> 1989 Microsoft Corporation
  5. '
  6. ' Purpose - This file is included in user's Basic program to declare
  7. '           Format functions that are in Add-On libraries.
  8. '
  9. '***********************************************************************
  10.  
  11. DECLARE FUNCTION FormatI$ (byval a%, b$)
  12. DECLARE FUNCTION FormatL$ (byval a&, b$)
  13. DECLARE FUNCTION FormatS$ (byval a!, b$)
  14. DECLARE FUNCTION FormatD$ (byval a#, b$)
  15. DECLARE FUNCTION FormatC$ (byval a@, b$)
  16. DECLARE SUB SetFormatCC (byval a%)
  17.