At 02:58 10/03/98 -0600, Jourge Fuzz Bush wrote:
>I looked through all the code I have and could someone please tell me
>what charism is for?
>Thanks,
Probably easiest to do some sort of loop like :
do
curstring = read(InFile)
if curstring <> string_to_remove then
write(OutFile)
until eof(InFile)
close(InFile)
close(OutFile)
then backup/delete the input file and rename the outputfile to the input
file name.
+------------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
| http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
+------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/15/00 PST