|
TEXTClose()
|
|
TEXTClose() is used to terminate access to a text
file opened with TEXTOpen().
|
|
TEXTExport()
|
|
TEXTExport() is used to write out a set of multiple strings to a text file.
|
|
TEXTImport()
|
|
TEXTImport() is used to read a text file into a set of multiple strings.
|
|
TEXTOpen()
|
|
TEXTOpen() is used to establish access to a text file.
|
|
TEXTRead()
|
|
TEXTRead() is used to read a single line of text
from an open text file.
|
|
TEXTWrite()
|
|
TEXTWrite() is used to write a single line of
text to an open text file.
|