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

Recommended Answers

All 3 Replies

try this :

Label1.Text = Microsoft.Visualbasic.Mid("November"3,3)
commented: works like a charm +1
commented: awesome +1
commented: Great +1

whoola...thank you very much..
it works man. :)

you're Welcome friend :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.