D
Donald Smith
Hey,
How can I spilt a string like this: 216.240.148.110:27970 into 2 strings at
the ':' sign? (An IP, and a Port)
Ex: After the splitting occurs, string1 = 216.240.148.110, and String2 =
27970.
thanks
How can I spilt a string like this: 216.240.148.110:27970 into 2 strings at
the ':' sign? (An IP, and a Port)
Ex: After the splitting occurs, string1 = 216.240.148.110, and String2 =
27970.
thanks