Hi,
I can't figure out how to parse information from a field.
Here's an example:
FinishingHours
P7STF 4.50
STONE FINISH 2.00
STONE FINISH 3.00
STONE FINISH 4.00
They decided to add hours to the description. I need to parse out all the numeric values and then delete them once pulled and updated to another field I have reserved for the hours.
If it was consistent, I could use the Left, Right, Mid functions but they are not. The constent here is that all the numeric values in the description is at the end and that they are in fact decimals.
I can't figure out how to parse information from a field.
Here's an example:
FinishingHours
P7STF 4.50
STONE FINISH 2.00
STONE FINISH 3.00
STONE FINISH 4.00
They decided to add hours to the description. I need to parse out all the numeric values and then delete them once pulled and updated to another field I have reserved for the hours.
If it was consistent, I could use the Left, Right, Mid functions but they are not. The constent here is that all the numeric values in the description is at the end and that they are in fact decimals.