Table of Contents

NetWrite (Statement)

Format

netwrite string_expression
netwrite ( string_expression )
netwrite network_socket_number, string_expression
netwrite ( network_socket_number, string_expression )

Description

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

Example

See example of usage on NetConnect page.

See Also

2016/01/01 22:42

History

0.9.6.31New To Version