Programma di esempio TOUNIX.PRT |
; TOUNIX ; ; Programma per Proteus ; ; (C) 1998-2003 Simone Zanella Productions ; ; Trasforma un file di testo in qualunque formato al formato Unix ; (EOL = LF). FUNCTION ONSTART() IF STREQ(ARGV(3), "..") CONSOLELN "Sintassi: " ARGV(1) " " ARGV(2) " sorgente destinazione" CONSOLELN "" CONSOLELN "Scopo: trasforma un file di testo in testo Unix" ABORT 0 FI _EOL = "\n" RETURN PRINTLN L
Indice esempi | Prossimo esempio | Esempio precedente | Indice per argomenti | Indice analitico |