Who Posted September 24, 2007 Posted September 24, 2007 If I have a string, for eg : "Hello", how can I replace the "e" with Chr(101) then I can have something like this :"H" & Chr(101) & "llo"Thank you very much.
BigDod Posted September 24, 2007 Posted September 24, 2007 Excuse me if I do not understand. Chr(101) is e Time you enjoyed wasting is not wasted time ......T.S. Elliot Suspense is worse than disappointment................Robert Burns God help the man who won't help himself, because no-one else will...........My Grandmother
Blue_Drache Posted September 24, 2007 Posted September 24, 2007 If I have a string, for eg : "Hello", how can I replace the "e" with Chr(101) then I can have something like this :Thank you very much.For locating and replacing strings, look up:StringInStr()StringMid()StringReplace() Lofting the cyberwinds on teknoleather wings, I am...The Blue Drache
Who Posted September 25, 2007 Author Posted September 25, 2007 Thank you very much. I got it ! Next time I will try to look at the documents more carefully.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now