TCP_Send
<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > TcpUdp (Networking) > TCP functions > TCP_Send |
Description
Write a string to a previously opened channel.
Syntax
n = TCP_Send(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