HI EVERYBODY
i would like to know if there is a function in vb.net that can take a text without spaces or numbers .
ex:
dim p as string
p=inputbox("give a text please")
' the text for example is "hello "
what I want is just "hello"
thank you
SAAD