This should work for a CR terminated string. It will collect uptil CR or 14 characters.

serin2 rx,baud,5000,main,[WAIT("REC UNREAD"),SKIP 3,STR num\13,SKIP 27,STR sms\14\13]

From the manual :
STR ArrayVar\n{\c} - Receive string of n characters optionally ended in character c