home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Unleashed / Visual_Basic_4_Unleashed_SAMS_Publishing_1995.iso / repease / util.bas < prev    next >
BASIC Source File  |  1994-12-06  |  342b  |  3 lines

  1. Declare Function FileJoin  Lib "UTIL.DLL"  (ByVal InputFile1 As string, ByVal File1Field as Integer, ByVal InputFile2 As string, ByVal File2Field as integer, ByVal OutputFile as string) As Integer
  2. Declare Function FileSort  Lib "UTIL.DLL"  (ByVal InputFile As string, ByVal TotalSortFields as Integer, SortFieldArray as integer) As Integer
  3.