A
Ak 756
Hi
I have a ip addr string as "192.168.000.000", I use succ! method to get
the next ip addr string. It works for the first 255 times but when ip
reachs "192.168.000.255", the succ! returns "192.168.000.256" but what I
want is "192.168.001.000". Would anyone kindly help to tell me how to
do?
Thanks in advance.
I have a ip addr string as "192.168.000.000", I use succ! method to get
the next ip addr string. It works for the first 255 times but when ip
reachs "192.168.000.255", the succ! returns "192.168.000.256" but what I
want is "192.168.001.000". Would anyone kindly help to tell me how to
do?
Thanks in advance.