text file: "v 100 200 300v 20 goop glopv 300 2.9"
Output:
"
v 100 200 300
v 20 goop glop
v 300 2.9"
here is what I have so far:
fso = CreateObject("Scripting.FileSystemObject")
inputFile = fso.OpenTextFile(ofd.FileName, 1)
str = inputFile.ReadAll
str = Replace(str, "v", "*new line* & "v")
Thanks.

New Topic/Question
Reply




MultiQuote




|