HereWeGo
2008-08-14 18:10:08 UTC
I am trying to read a specific amount of lines from a file and replace the the text {delimiter} with a tab using the search/replace string. The problem is that the output of the read lines is a 1-D array of string and the sink of the search/replace string is a string. How do I correct this? I tried concatenate strings but then couldn't get the string back apart into lines. I also tried reading characters but soon realized that the characters in the file to be read is variable. Any ideas?