Back Previous Next


Linguist network package - read

Syntax:

   read {stringholder} from {socket}

Keyword handler:

   net.eclecity.linguist.network.keyword.NKRead.class

Runtime handler:

   net.eclecity.linguist.network.handler.NetworkHRead.class

Function:

Reads a text value from an open socket into a buffer or any other variable type that is able to accept a string, such as a graphical text field. See also write.

Example(s):

   read Text from MySocket


Back Previous Next