On Fri, 4 Nov 2005, Carroll, Barry wrote:
> My UDP client is receiving responses from the server, and now I need to
> process them. A typical response string looks like this:
>
> "(0, ''),some data from the test system"
>
> The tuple represents the error code and message. If the command ha
Carroll, Barry wrote:
> Greetings:
>
> My UDP client is receiving responses from the server, and now I need to
> process them. A typical response string looks like this:
>
> "(0, ''),some data from the test system"
>
> The tuple represents the error code and message. If the command had fai
Carroll, Barry wrote:
>Greetings:
>
>My UDP client is receiving responses from the server, and now I need to
>process them. A typical response string looks like this:
>
>"(0, ''),some data from the test system"
>
>The tuple represents the error code and message. If the command had failed,
>t
Greetings:
My UDP client is receiving responses from the server, and now I need to
process them. A typical response string looks like this:
"(0, ''),some data from the test system"
The tuple represents the error code and message. If the command had failed,
the response would look like this