I have a string variable which looks something like this: fasdhkfsdk, 1 sdfs
The amount of front and back characters in the string will differe in size, but the comma and the binary value will always be there (the value will change from 1 to 0).
I need a way to chop everything left and right of the binary value off and leave only the 1 or 0. The amount of characters on both sides do change, so I don't think that I can use substr or explode, but I could be wrong
Thanks very much
p.s. Yes, there will always be a comma and a space before the binary digit

0% accept rate, you need to work on that see meta.stackoverflow.com/questions/5234/… for information – Baba Sep 25 '12 at 16:40