I am new to basic4android, just bought it today . I need help formating SMS. The sms comes from a specific source e.g. DAILY ALERTS and is in the following format.
QNBX CONFIRMED. You have received USD 45 from abx nyd 458236 on 9/4/14 at 10:10 AMNEW Balance is USD 340.
I want the message to appear as below
ITEMNO AMOUNT USER NUMBER DATETIME BALANCE
QNBX USD 45 abx nyd 458236 9/4/14 10:10AM USD 340
Is this possible with B4a? I want to pick the message immediately it is received and store it in sqlite database. Then display it as above. Kindly help on how i can achieve this. Thanks
QNBX CONFIRMED. You have received USD 45 from abx nyd 458236 on 9/4/14 at 10:10 AMNEW Balance is USD 340.
I want the message to appear as below
ITEMNO AMOUNT USER NUMBER DATETIME BALANCE
QNBX USD 45 abx nyd 458236 9/4/14 10:10AM USD 340
Is this possible with B4a? I want to pick the message immediately it is received and store it in sqlite database. Then display it as above. Kindly help on how i can achieve this. Thanks