home *** CD-ROM | disk | FTP | other *** search
/ ST-Computer Leser 2002 January / STC_CD_01_2002.iso / GAMES / DGEM / DGEM_DEV / DGEMDEV / DMAKE / DMAKE.TXT next >
Text File  |  2002-01-18  |  506b  |  19 lines

  1. · DMAKE
  2.  
  3. Usage: convert a text file with instructions into a list or
  4. structures file.
  5. An instruction starts with "@", a commentary line with "#".
  6.  
  7. isntructions:
  8. FILENAME: path and name of the output file
  9. SEPARATOR: used to divide the line
  10. COLUMNn: declaration of the column n
  11.          types : LONG, INT, CHAR(l)
  12.  
  13. A line without # and @ at start is read and divided to fill
  14. the columns. Then the list of strutures made in memory with
  15. these lines are saved into the output file.
  16.  
  17.  
  18. ╜ Rajah Lone / Renaissance
  19.