Hello all,

I'm working my way thru a project that makes use of rxsockets. in

           *ooRexx Documentation 5.0.0 **
           **Open Object Rexx RxSock TCP/IP Socket Functions Reference**
           **Edition 1 *

i found:

-- get a new socket s = .socket~new() if s = -1 then do say 'Error' s~errno() 'creating server socket' return end

but... if s is -1, sending a message to it to extract an error message number seems wrong; at least to me.  Am I missing something?

--
taf

_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to