AP FPRINT

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

version 6.0


AP FPRINT (file | port; data)

ParameterTypeDescription
file | portStringPort or file opened by the command AP fopen
dataTextData 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.


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