Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
long IpGetLastError();
on start { // produces an error 10049... TcpOpen(0xffffffff, 1); writeLineEx(1, 3, "IpGetLastError: %d", IpGetLastError()); }