Hi all,
I want to remove all spaces from a text box and i know that there are similar
questions on this forum but the replace and the trim method just don't work.
i used both textbox1.text(" ","") and textbox1.text.trim() but none of them worked for me!
What is wrong? ( i use visual basic 2008 express eddition)
thanks!