Damnit MJ!! You make me feel like a newb at VB sometimes.. Wait.. Don't answer that..
Just make sure the Spacing is right, remove the spaces in & # 3 3
COnsidering Topic1Text will technically be one string, you should be able to do it this way
[php]
Dim String1 As String = Topic1Text
Dim String2 As String = String1.Replace("& # 3 3;", "")
[/php]
That simple really
Hm. I don't understand this crap o.o
i'mma go re-learn VB >.<
String manipulation is rather simple, the fucntions are pre implimented, it is a matter of figuring out what you are dealing with. In this case, you are dealing with one large string, the mistake is to assume because it has multiple parts it is multiple strings, when in fact it is a single string.
(or so I preserve it to be, waiting for OP to verify)
thanks it worked.
do you know where i can find other codes other than !.
For example ! is & # 3 3 ;
how about @ and $ and %?
Where can i find those?
Are you actually trying to figure out things on your own before asking?
nvm it works but i would have alot of strings....