Quote Originally Posted by Binarybot View Post
hello
i want to create a If , else loop ,


like



Code:
If str1  starts with  char"a" then   ' like if str1 starts with char "a" then or else 
      '' code 
else 
   '' code
end if
plzz can anyone help me for this??
Quote Originally Posted by ashley.s View Post
try this
if str1.StartsWith("a") then
code
else
code
end if
I'm sorry, I just can't help but post this
Name:  genius-meme.png
Views: 114
Size:  11.9 KB