| Example ENTAB.PRT |
; ENTAB
;
; Program for Proteus
;
; (C) 1998-2004 Simone Zanella Productions
;
; Replace spaces with tabs, using a column interval of 8.
FUNCTION ONSTART()
IF STREQ(ARGV(3), "..")
CONSOLELN "Syntax: " ARGV(1) " " ARGV(2) " source destination"
CONSOLELN ""
CONSOLELN "Purpose: replace spaces with tabs"
ABORT 0
FI
RETURN
PRINTLN ENTAB(L, 8)
| Samples index | Next example | Previous example | Contents | Index |