hello
i want to create a If , else loop ,
like
plzz can anyone help me for this??Code:If str1 starts with char"a" then ' like if str1 starts with char "a" then or else '' code else '' code end if
hello
i want to create a If , else loop ,
like
plzz can anyone help me for this??Code:If str1 starts with char"a" then ' like if str1 starts with char "a" then or else '' code else '' code end if
try this
if str1.StartsWith("a") then
code
else
code
end if
Currently using: VS 2010 Ultimate on Win7 Ultimate x64.
CodeBank: All Threads Colors ComboBox Fading & Gradient Form MoveItemListBox/MoveItemListView MultilineListBox MenuButton ToolStripCheckBox Start with Windows
r u being sarcastic or something?
I think it was pointing out that the OP could just remove the spaces and it would work.
>>>>> Search First!!! <<<<<
* How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft * - tg Copyright!
Option Strict/Explicit
>>>>> If you love it, rate it <<<<<