Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

PPPInterface IP adress


Jamal May 8, 2017 11:25 AM

Hi,

How can I get in crbasic the actual ip address used by PPPinterface.

Thanks.


GaryTRoberts May 10, 2017 07:44 PM

in CRBasic:

string_variable = IPInfo( 1, 0 ) to get the IPv4 address. 

Log in or register to post/reply in the forum.