| Programma di esempio ENTAB.PRT |
; ENTAB
;
; Programma per Proteus
;
; (C) 1998-2003 Simone Zanella Productions
;
; Sostituisce gli spazi con tabulazioni impiegando un intervallo di
; colonna uguale a 8.
FUNCTION ONSTART()
IF STREQ(ARGV(3), "..")
CONSOLELN "Sintassi: " ARGV(1) " " ARGV(2) " sorgente destinazione"
CONSOLELN ""
CONSOLELN "Scopo: trasforma gli spazi in sorgente in tabulazioni"
ABORT 0
FI
RETURN
PRINTLN ENTAB(L, 8)
| Indice esempi | Prossimo esempio | Esempio precedente | Indice per argomenti | Indice analitico |