| Programma di esempio REMBLNK.PRT |
; REMBLNK
;
; Programma per Proteus
;
; (C) 1998-2003 Simone Zanella Productions
;
; Rimuove tutte le linee bianche e le righe vuote.
FUNCTION ONSTART()
IF STREQ(ARGV(3), "..")
CONSOLELN "Sintassi: " ARGV(1) " " ARGV(2) " sorgente destinazione"
CONSOLELN ""
CONSOLELN "Scopo: rimuove le linee bianche da sorgente"
ABORT 0
FI
RETURN
IF ISNOTEMPTY(L)
PRINTLN L
FI
| Indice esempi | Prossimo esempio | Esempio precedente | Indice per argomenti | Indice analitico |