mplay_ipaddress()

This will return your current IP, and this can be very useful, for example: showing it on the screen to manually tell the other the IP of the TCP/IP Server.

 

Example:

ip = mplay_ipaddress();

show_message("Yout ip is: "+ip)

 

The above example does a simple thing, stores in a variable the IP and then shows a message telling the IP, very useful.

 

gml_josea Revision #1