The incoming file fomat is like this :
---------------------------------
From:
From_TOA:
From_SMSC:
Sent:
Received:
Subject: GSM1
Modem: GSM1
IMSI:
Report:
Alphabet: UCS2
Length:
message content
------------------------------------
I failed to get the msg content by using split("\n\n",$msg) or "\x0a\x0a"
so what's the best way to get received msg ?
thanks