xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

PrintSend()

Sends a string or a single character to the printer.

Syntax

PrintSend( <cString> ,[<nLPTport>] ) --> nCharsNotSend

Arguments

<cString>
A character string to send to the printer.
<nLPTport>
This is a numeric value specifying the printer port. It defaults to 1.

Return

The function exists for compatibility reasons. It returns always 0. Use DevOut() to send a string to the printer.

Info

Category: CT:Printer , Printer functions
Source:ct\print.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe