I have a text file with two identical strings in it, for example "Beijing". Right now I want to find the second one—how should I write that? I know how to find both of them (I can do it in both VBS and P, but I don't want the first one)!! Also, if there are multiple ones (10 or more), and I only want the fifth one, how should that be written? (I can implement the above in P, but the text is too large, and one run takes 2.3 minutes, so the efficiency is low, that's why I want a VBS solution!!)


