Navigation: thinBasic Modules > TcpUdp > TCP functions > TCP_Print |
|
Description
Write a string to a previously opened channel. A $CRLF will be automatically appended to output buffer.
Syntax
n = TCP_Print(nFile, sBuffer)
Returns
Number.
Parameters
Name |
Type |
Optional |
Meaning |
nFile |
Number |
No |
Previously opened file number |
sBuffer |
String |
No |
String buffer of data to send |
Remarks
Restrictions
See also
Examples
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |