qp.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Text Type
  Data Type Hierarchy Contents Index                        Back
 
  Description
 
    Text is a QuickPascal file type. A file declared as type Text
    contains lines of characters terminated by carriage returns.
 
    For file I/O of text in lines, declare a file variable as Text. The
    standard files Input and Output are files of Text.
 
    For file I/O of individual characters, declare a file variable as
    FILE OF Char.