Nicolas George wrote: > Find me a case where you need to access the n-th char of a string, with > n completely out of the blue, and I will explain how somebody botched > their design.
ok, thanks. I understood the part above, but not sure if I understand this part. A standard text editing operation is find and replace, where you get the start and end point in the string. Of course it is not "n completely out of the blue". regards