volvomann Active Member Licensed User Longtime User Jan 21, 2013 #1 Hallo! Is there any way to oly shows the five first diggites in an sms to an lanbel, and not the rest of the Sms? av if how can i do that?
Hallo! Is there any way to oly shows the five first diggites in an sms to an lanbel, and not the rest of the Sms? av if how can i do that?
mangojack Expert Licensed User Longtime User Jan 21, 2013 #2 B4X: Dim s AS String s = MySMS.SubString2(0, 5) have a read of this as well http://www.b4x.com/android/wiki/index.php/String Cheers mj Last edited: Jan 21, 2013 Upvote 0
B4X: Dim s AS String s = MySMS.SubString2(0, 5) have a read of this as well http://www.b4x.com/android/wiki/index.php/String Cheers mj