Clear txt file?

Old posts that have not been replied to for several years.
Locked
J
Jas0n

Clear txt file?

Post by Jas0n »

Hey guys,

How would I clear the contents of a text file please?

Thanx
Jason
g
guppy
eggdrop engineer
Posts: 199
Joined: Mon Sep 24, 2001 8:00 pm
Location: Canada
Contact:

Post by guppy »

Code: Select all

close [open <file> w]
Locked