GLBasic forum

Codesnippets => Code Snippets => Topic started by: MrTAToad on 2010-Dec-04

Title: Internet IP Address
Post by: MrTAToad on 2010-Dec-04
An easy way of getting your computers internet IP address is :

Code (glbasic) Select
LOCAL result$

result$=NETWEBGET$("www.whatismyip.com","/automation/n09230945.asp",80,1024)
DEBUG result$
END
Title: Re: Internet IP Address
Post by: MrTAToad on 2010-Dec-06
No problem!