Skip to main content

Netread

NetRead (Function)

Format

netread
netread ( )
netread ( network_socket_number )

returns string_expression

Description

Read data from the specified network connection and return it as a string. This function will wait until data is received. If network_socket_number is not specified socket number zero (0) will be used.

Example

See example of usage on NetConnect page.

See Also

Freenet, NetAddress, NetClose, NetConnect, NetData, NetListen, NetRead, NetWrite

History

0.9.6.31New To Version