Hi. This is more for interest as a beginer. I used to edit strings in old fashend VB6. This simply involved changing a charecter in a string. E.G.
MySting[4] = "Z"
Can someone tell me how to get a string like "ABCDEFG" and swap B and E over. Very usefull when using information posted in a link. A kind of encription like.
Sorry if I am being a bit of a nuisence for asking something so basic.
MySting[4] = "Z"
Can someone tell me how to get a string like "ABCDEFG" and swap B and E over. Very usefull when using information posted in a link. A kind of encription like.
Sorry if I am being a bit of a nuisence for asking something so basic.