home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / DEUTSCH / SONSTIGE / KFZWERK / KFZP.SC < prev    next >
Text File  |  1993-12-01  |  469b  |  19 lines

  1. ; mit dem Befehl Savevars gespeicherte Variablen
  2.  
  3. AppName = "Kfz"
  4. nAppTables = 5
  5. Array AppTables[5]
  6. AppTables[1] = "Auftrag"
  7. AppTables[2] = "Kovoart"
  8. AppTables[3] = "Kovor"
  9. AppTables[4] = "Lager1"
  10. AppTables[5] = "Reart"
  11. Array TableDesc[5]
  12. TableDesc[1] = "Auftrag Tabelle"
  13. TableDesc[2] = "Kovoart Tabelle"
  14. TableDesc[3] = "Kovor Tabelle"
  15. TableDesc[4] = "Lager1 Tabelle"
  16. TableDesc[5] = "Reart Tabelle"
  17. SplashScreen = "sch1"
  18. LibsOnly = False
  19. ApVersion = 3