Hi there,
Im very :sign0104: at this and i need you Masters hellp to keep going with this project. I can intercept message received (sms.From, Date(sms.DateReceived), Time(sms.DateReceived), sms.Body )
part of the code
....................................................................
intercept_MessageReceived
sms.Value = intercept.ReceivedMessage
textBox1.Text = sms.From
textBox2.Text = Date(sms.DateReceived)
textBox3.Text = Time(sms.DateReceived)
textBox4.Text = sms.Body
End Sub
.....................................................................
but i need ( i think ) to put this data into to a string/array from then use like this " if sms.Body = Hello then do some thing", if sms.From = xxxxxxx then do some thing ..... Please hellp give me a example for me to add to this simple program.
Thankz e sory :sign0104:
Im very :sign0104: at this and i need you Masters hellp to keep going with this project. I can intercept message received (sms.From, Date(sms.DateReceived), Time(sms.DateReceived), sms.Body )
part of the code
....................................................................
intercept_MessageReceived
sms.Value = intercept.ReceivedMessage
textBox1.Text = sms.From
textBox2.Text = Date(sms.DateReceived)
textBox3.Text = Time(sms.DateReceived)
textBox4.Text = sms.Body
End Sub
.....................................................................
but i need ( i think ) to put this data into to a string/array from then use like this " if sms.Body = Hello then do some thing", if sms.From = xxxxxxx then do some thing ..... Please hellp give me a example for me to add to this simple program.
Thankz e sory :sign0104: