H
Harry
In my form, I have a section to enter in a customer's IP address. I have four
text boxes and each one is setup to accept byte-sized numbers. I want to
combine the display of these numbers into one column with the "dots" placed
appropriately. For example, making this:
IP IP2 IP3 IP4
192 68 3 239
look like this:
IP address
192.68.3.239
text boxes and each one is setup to accept byte-sized numbers. I want to
combine the display of these numbers into one column with the "dots" placed
appropriately. For example, making this:
IP IP2 IP3 IP4
192 68 3 239
look like this:
IP address
192.68.3.239