08-14-2008 01:04 PM
08-14-2008 01:42 PM
08-14-2008 01:54 PM - edited 08-14-2008 02:03 PM
Here is my code. I am using the read from text file vi with the read lines checkmarked. Also attached is the file I am reading from
08-14-2008 02:01 PM
You can change it by unselecting the read lines mode and wiring a -1 to the count input. That will read the entire file. You can leave it as it is and wire the string array into a for loop with the Search and Replace inside the for loop.
08-14-2008 02:07 PM
08-14-2008 02:11 PM
Yes, as I already said. Did you read the entire answer?
"You can leave it as it is and wire the string array into a for loop with the Search and Replace inside the for loop."