All im trying to do is to integrate bulk sms and the list is a string of array of contacts
Eg.
i have (ArrayList) [[Ljava.lang.String;@6865cd2, [Ljava.lang.String;@3e9b1a3, [Ljava.lang.String;@5b27ca0]
i tried this. i works but sends all the messages to only one contact ie. the last contact on the list.
Eg.
i have (ArrayList) [[Ljava.lang.String;@6865cd2, [Ljava.lang.String;@3e9b1a3, [Ljava.lang.String;@5b27ca0]
B4X:
For Each bc As String In contact ' contact is the list
' poststring here
Log(bc)
Next
i tried this. i works but sends all the messages to only one contact ie. the last contact on the list.
Last edited: