home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / basic / format.bi < prev    next >
Encoding:
Text File  |  1989-11-09  |  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.