Index // NetWrite


Format:

netwrite string
netwrite( string )
netwrite socket_number, string
netwrite( socket_number, string )

Description:

Send a string to the specified open network connection. If socket_number is not specified socket number zero (0) will be used.

See Also:

NetAddress, NetClose, NetConnect, NetData, NetListen, NetRead

Example:

See example of usage on NetConnect page.

Revised:

0.9.6.31