version 6.0.5
AP fread (port | file) Text
| Parameter | Type | Description | |
| port | file | Longint | Port or file opened with AP fopen | |
| Function result | Text | Data from the port or file |
Description
AP fread reads the data from the port or file opened with AP fopen and returns it as text.
Data is returned without any conversion. Since 4D uses the Macintosh ASCII table internally, you must perform the required conversion on Windows. To do so, use the Win to Mac 4D command.
See Also