home *** CD-ROM | disk | FTP | other *** search
/ Sams Cobol 24 Hours / Sams_Cobol_24_Hours.iso / Cobol32 / CRW / 32BIT / DISK6 / U2LSAMP1.DE_ / U2LSAMP1.DE
Text File  |  1995-08-29  |  513b  |  19 lines

  1. LIBRARY     U2LSAMP1
  2. DESCRIPTION 'Sample User Function Library for Crystal Reports'
  3. EXPORTS
  4.             UFInitialize
  5.             UFTerminate
  6.             UFGetVersion
  7.             UFStartJob
  8.             UFEndJob
  9.             UFGetFunctionDefStrings
  10.             UFGetFunctionExamples
  11.             UFGetFunctionTemplates            
  12.             UFErrorRecovery
  13.             Now
  14.             NowStringRetSize
  15.             Soundex
  16.             SoundexStringRetSize
  17.             LooksLike
  18.             Picture
  19.