Skip to content

SOCKREAD

Craig Edwards edited this page Apr 28, 2023 · 3 revisions

SOCKREAD

SOCKREAD integer-variable, variable

Read data from an open TCP socket represented by the integer variable, into the second variable which may be a string, integer or real value. The scemantics of this statement operate identically to INPUT, as in this call blocks your program until enough data is read from the socket to satisfy a valid value.

Clone this wiki locally