when i try to read sms 5 then I am waiting for the user no "8801717101959"
then this code is fine

Code:
SerOut2 txd,Baud,["at+cmgr=5",13]
SerIn2 rxd,Baud,500,delet_sms,[wait ("+8801717101959")]
But I am trying to wait for a string " str phoneno\14 "
Because the authorized phone no is in phoneno[14]

Please help me