===== NetRead (Function) ===== ==== Format ==== **netread**\\ **netread** ( )\\ **netread** ( [[integerexpressions|network_socket_number]] ) returns [[stringexpressions|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 [[integerexpressions|network_socket_number]] is not specified socket number zero (0) will be used. ==== Example ==== See example of usage on [[NetConnect|NetConnect]] page. ==== See Also ==== {{page>en:start#Network Communications&noheader}} ==== History ==== |0.9.6.31|New To Version|