Mothra
Well-known member
Alright, Im stuck once more. Heres the deal. Im trying to iterate through a string and replace certain parts that are marked with a special character. The problem is that I dont want to do a general .Replace, I want to read through the string and as I come to the marked position, I want to replace the character directly following the marker with a value from an array. I guess what I really want is similar functionality to Mid() in good old VB 6 (something that will let me specify the position where the replacment should take place). Am I out of luck?
Help me Obi Wan...youre my only hope...
Help me Obi Wan...youre my only hope...