close() |
Closes a text file |
convline() |
Converts HTML text to ASCII |
eot() |
Signals the end of a text file |
read() |
Reads the string from a text file |
readln() |
Reads a line from a text file |
reset() |
Opens a text file to read |
rewrite() |
Opens a text file to write |
tappend() |
Opens a text file to append text |
write() |
Writes a string to a text file |
writeln() |
Writes a string (plus CR/LF) to a text file |