Digitalcandy
IS-IT--Management
I have a string field that is 25 characters maximum. This field has two items in it that I want to be able to seperate from each other. Examples are as follows;
1.06;5.98
10.45;20.55
.45;.89
Above I've shown 3 string examples of what the field could possibly look like. As you can see there are 2 data items seperated by a semicolon. The first item represents a price and the second represents a quantity. How can I seperate the two being that the two items are not always the same length but are always seperated by a semicolon?
TIA.
1.06;5.98
10.45;20.55
.45;.89
Above I've shown 3 string examples of what the field could possibly look like. As you can see there are 2 data items seperated by a semicolon. The first item represents a price and the second represents a quantity. How can I seperate the two being that the two items are not always the same length but are always seperated by a semicolon?
TIA.