I've been trying to figure out a way to parse the following:
192.168.0.7;use rname;password; database
I'm stumped as to how to do that. Should I look for the first occurance
of the ';', cut out position x through the position of the delimiter by 1,
move that string to another string and repeat?
-Alex
192.168.0.7;use rname;password; database
I'm stumped as to how to do that. Should I look for the first occurance
of the ';', cut out position x through the position of the delimiter by 1,
move that string to another string and repeat?
-Alex
Comment