What is the format for the IP here, I"m not a whiz at the backwards IP, long variable format....
I have machines with multiple IP's and while my IP is first in the binding order I want to specify the IP (as a user option)...
local nServerIP as long (?)
nServer = FreeFile
nServerIP = Val(g_ServerIP)
Tcp Open Server Addr nServerIP Port g_Port As nServer TimeOut 5000
I have machines with multiple IP's and while my IP is first in the binding order I want to specify the IP (as a user option)...
local nServerIP as long (?)
nServer = FreeFile
nServerIP = Val(g_ServerIP)
Tcp Open Server Addr nServerIP Port g_Port As nServer TimeOut 5000
Comment