Hey, basically I have a string that contains information about a product, it is all stored as one long string.
in order of appearance, it contains....
Product ID
Product Description
Product Cost
Quantity
Total Cost
I want to extract the quantity from the string
*String Example*
"543 Plastic Washer £0.39 12 £4.68"
Any help is appreciated
thanks
in order of appearance, it contains....
Product ID
Product Description
Product Cost
Quantity
Total Cost
I want to extract the quantity from the string
*String Example*
"543 Plastic Washer £0.39 12 £4.68"
Any help is appreciated
thanks