Get machine IP (without the ";")
I searched the forums and already using the ip.dll already. But whenever I do this:
CallInstDll ip.dll get_ip
Pop $0
I get a string saying "xxx.xxx.xxx.xxx;" with the semi colon at the end. I haven't found any function and just don't know how I can strip that semi colon at the end of the string. Anyone know how?