I have a string like:
strMessage = "0x68393............"
While reading I want to first retrieve the 0x68393 code and
store it in a variable, and then delete this code from the
string "strMessage".

How to do so?
...............
Rohit.