|
-
Jul 19th, 2012, 03:53 PM
#3
Re: If else statement help
 Originally Posted by Binarybot
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??
 Originally Posted by ashley.s
try this
if str1.StartsWith("a") then
code
else
code
end if
I'm sorry, I just can't help but post this
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|