AP FPRINT
version 6.0
Compatibility Note: This command is now obsolete; it is kept only for compatibility reasons and will be removed in future versions of the plug-in. It is strongly recommended to use the 4D commands of the "Communications" theme.
AP FPRINT (fopenValue; data)
Parameter | Type | Description | |
fopenValue | Longint | Port or file reference value returned by AP fopen | |
data | Text | Data to be sent to the port or file |
Description
The AP FPRINT command sends the specified data text to the port or file opened by the AP fopen command whose reference is passed in fopenValue.
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