i write a program that it needed to get a couple string from string.
e.g : November -> i want to get "vem" only...
how i can do this??
any help will be appreciated
thank you
i write a program that it needed to get a couple string from string.
e.g : November -> i want to get "vem" only...
how i can do this??
any help will be appreciated
thank you
try this :
Label1.Text = Microsoft.Visualbasic.Mid("November"3,3)
whoola...thank you very much..
it works man. :)
you're Welcome friend :)
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.