Do you know if Japanese (katakana) text can be extracted from one text file, stored in a VBScript variable and then written to another text file?
The text file to extract the text from is in this format:
000000001,<Section ID=2>,<??????????????(japanese text)>
I would then need to split the...