Send (Socket function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
Line 8: Line 8:
<tr><th>%number</th><td>number</td></tr>
<tr><th>%number</th><td>number</td></tr>
<tr><th>socket</th>
<tr><th>socket</th>
<td>Socket object</td></tr>
<td>A variable or an expression that is a reference to a <var>Socket</var> object.</td></tr>
<tr><th>string</th>
<tr><th>string</th>
<td>string</td></tr>
<td>string</td></tr>
Line 14: Line 14:
<td>string</td></tr>
<td>string</td></tr>
</table>
</table>
==Usage notes==
==Usage notes==
==Examples==
==Examples==
==See also==
==See also==
{{Template:Socket:Send footer}}
{{Template:Socket:Send footer}}

Revision as of 02:03, 15 November 2011

Send a string over this socket (Socket class)


This page is under construction.

Syntax

[%number =] socket:Send( string, [[Options=] string])

Syntax terms

%numbernumber
socket A variable or an expression that is a reference to a Socket object.
string string
Options string

Usage notes

Examples

See also