Hi, there's a function (named identfiers) in mIRC scripting that returns a 'long' format of an IP address, the values both act as real IP addresses and return the same result upon a dns lookup.
I was wondering how I would achieve this in VB?
Below is a quote from the mIRC help file if your lost.
Cheers.$longip(address)
Converts an IP address into a long value and vice-versa.
$longip(158.152.50.239) returns 2660774639
$longip(2660774639) returns 158.152.50.239
-adeh


Reply With Quote
