Hi Everyone,
I need a trim function that will do the following thing.
For example consider i'm assigning this line "Value - $10 for pickup" to a variable. I need to get that $10 alone from that line and assign to another variable. this line varies from time to time. sometimes it will be like "After Pickup $5,000 for drop to home". So what I need is i need to extract the amount alone that is $10, $5,000 from any line and place it in a variable. How to handle this. Any Idea. Thanks in advance.
Bookmarks