AP FPRINT

4D - Documentation   Français   English   German   4D_Pack, Command Theme List   4D_Pack, Command Alphabetical List   Back   Previous   Next

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)

ParameterTypeDescription
fopenValueLongintPort or file reference value returned by AP fopen
dataTextData 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

AP FCLOSE, AP fopen, Mac to Win.


4D - Documentation   Français   English   German   4D_Pack, Command Theme List   4D_Pack, Command Alphabetical List   Back   Previous   Next