4D Pack v13.2

AP FPRINT

Home

 
4D Pack v13.2
AP FPRINT

AP FPRINT 


 

AP FPRINT ( fopenValue ; data ) 
Parameter Type   Description
fopenValue  Longint in Port or file reference value returned by AP fopen
data  Text in Data to be sent to the port or file

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.

 
PROPERTIES 

Product: 4D Pack
Theme: 4D_Pack : ANSI Streams
Number: 61978

This command is deprecated and should not be used anymore

 
INDEX

Alphabetical list of commands

 
HISTORY 

Created: 4D Pack 6

 
SEE ALSO 

AP FCLOSE
AP fopen