Important: The information in this document is obsolete and should not be used for new development.
Reading, Writing, and Closing Files
You can use the functionsPBRead
,PBWrite
, andPBClose
to read data from a file, write data to a file, and close an open file. All three of these functions operate on open files. You can use any one of a variety of routines (for example,PBHOpenDF
) to open
a file.
Subtopics
- PBRead
- PBWrite
- PBClose