Hey all,
I've got string values in the format "+1000", "-07000", "+0630" etc. and I would like to extract certain parts of the string that I could then convert to numbers and perform mathematical functions on them.
i.e. pulling out the "+" or "-", "06" or "30" etc.
Can someone point me in the direction to look for this? (In ColdFusion, I would just use a mid("string", begin, end) type of function)
TIA!
I've got string values in the format "+1000", "-07000", "+0630" etc. and I would like to extract certain parts of the string that I could then convert to numbers and perform mathematical functions on them.
i.e. pulling out the "+" or "-", "06" or "30" etc.
Can someone point me in the direction to look for this? (In ColdFusion, I would just use a mid("string", begin, end) type of function)
TIA!