Android Question How to coding this condition ?

Theera

Well-Known Member
Licensed User
Longtime User
Hi all,
Assume if I have array is myarray() as string ("A","B","C") and then I have many words for testing as belows
If iWord.StartWith(myarray) then <== How to coding ?
....
End If
 

Theera

Well-Known Member
Licensed User
Longtime User
Thank you all,I've done already.
 
Upvote 0

ebasic

Member
Licensed User
Longtime User
Hello. It would be nice to post your solution for the people who have the same/similiar problem, since there is already a "question"
Thank you Theera.
 
Upvote 0

Theera

Well-Known Member
Licensed User
Longtime User
I 've used for check Thai Karaoke Library .However, I give you some code below
For each d as string ("A","B","C")
If iword.startwith(d) then
....
End if
Next
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…