I have a database that stores the IP address' of a computer in one field separated by a space. If the computer is mulitihomed it may have mulitple IP address'.
I need to take the input:
Computer ID IpAdress'
11114444 192.168.1.1 10.254.44.3 162.168.160.1
22224444 169.254.180.185 10.254.55.1 162.168.160.3
And display each IP address separately as follows
Computer ID: 11114444
IP Address:
192.168.1.1
10.254.44.3
162.168.160.1
Computer ID: 22224444
IPAddress:
169.254.180.185
10.254.55.1
162.162.168.3
I don't just want to wrap the line to show all three. Any assistance will be greatly appreciated.
GusDarino
I need to take the input:
Computer ID IpAdress'
11114444 192.168.1.1 10.254.44.3 162.168.160.1
22224444 169.254.180.185 10.254.55.1 162.168.160.3
And display each IP address separately as follows
Computer ID: 11114444
IP Address:
192.168.1.1
10.254.44.3
162.168.160.1
Computer ID: 22224444
IPAddress:
169.254.180.185
10.254.55.1
162.162.168.3
I don't just want to wrap the line to show all three. Any assistance will be greatly appreciated.
GusDarino