ID:276040
 
I've looked every where for the variable that contains the user's IP address in RealBasic.

If anyone knows the variable in VB or RB please tell me -.-

-Ryan
Here's a local address at least

<code>Socket1.Address = "127.0.0.1" Socket1.Connect Msgbox Socket1.LocalAddress</code>

~Kujila