version 6.0
AP FPRINT (file | port; data)
| Parameter | Type | Description | |
| file | port | String | Port or file opened by the command AP fopen | |
| data | Text | Data to be sent to the port or file |
Description
The AP FPRINT command sends the specified text to the port or file opened by the AP fopen command.
data is sent as it is without any conversion. Since 4D uses the Macintosh ASCII table internally, you must perform the required conversion on Windows. To do so, use the Mac to Win 4D command.
See Also
AP FCLOSE, AP fopen, Mac to Win.