| Programma di esempio TODOS.PRT |
; TODOS
;
; Programma per Proteus
;
; (C) 1998-2003 Simone Zanella Productions
;
; Trasforma un file di testo in qualunque formato al formato Dos
; (EOL = CR + 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 Dos"
ABORT 0
FI
_EOL = "\r\n"
RETURN
PRINTLN L
| Indice esempi | Prossimo esempio | Esempio precedente | Indice per argomenti | Indice analitico |