See text returned from a tsNetCustom TCP call
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
See text returned from a tsNetCustom TCP call
When I issue a TCP call using tsNetCustom, the server sends a response as text. How can I put the returned text into a variable so it can be shown either as an "answer" (dialog box) or set as the text of a display field?
Re: See text returned from a tsNetCustom TCP call
I never used tsNetCustom, but this is a function, so doesn't it (or "the result") return something useful?
Or the params your "callback" handler comes with? In case you use a callback message.
Or the params your "callback" handler comes with? In case you use a callback message.