vb6 to b4android

SoyEli

Active Member
Licensed User
Longtime User
Hello:

Can someone convert this to b4 for android?

VB6= "If Text.text Like "(###) ###-####" Then ..."

Thank you :)
 

ScarBelly

Member
Licensed User
Longtime User
You should use a regular expression rather than such an old method. Do a search and you will find plenty of information.
 
Upvote 0

SoyEli

Active Member
Licensed User
Longtime User
: If Text.text Like "(###) ###-####" Then...

So what regular expression should I use ?
and can it be converted ?

Thank you:
 
Upvote 0
Top