WINSOCK ERROR NR

If an error occurred this will most likely not return 0. You should use WINSOCK ERROR() to check for an error though!
This command will just give some extra information, which you can look up in the internet (google for Winsock and the error code).
You get a simple error description with WINSOCK ERROR MSG$().

SYNTAX
Return Integer=WINSOCK ERROR NR()

RELATED INFO
WINSOCK command menu
Index

EXAMPLE
Showcase-example 1
Showcase-example 2