daniel69 Member Licensed User Longtime User May 8, 2013 #1 Is it possible to use more than one phone number in the Phone library / PhoneSms ? i.e. Send (PhoneNumber As String, Text As String) where PhoneNumber contains more the one number separated by space/comma or other? :sign0085:
Is it possible to use more than one phone number in the Phone library / PhoneSms ? i.e. Send (PhoneNumber As String, Text As String) where PhoneNumber contains more the one number separated by space/comma or other? :sign0085:
Erel B4X founder Staff member Licensed User Longtime User May 8, 2013 #2 Sms doesn't support multiple numbers. You will need to send the numbers one after another. Upvote 0