Can't seem to get either one of these to work:
I want to replace all "*" with ""
Two hours spent here...Code:a=replace(a,"*","") a=replace(a,chr(42),"") m="" for i=1 to len(a) t=mid(a,i,1) if t<>"*" then m=m+t (tried chr(32) here also next i
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 7 of 7
Thread: Replace Chr(32) or "*" with ""Threaded View
|
Click Here to Expand Forum to Full Width |