06-26-2015 11:03 AM
I created a .txt file from that file path that contains a only a number.
I wanted to extract that number and put it on a display that could show the variations on that .txt file.
06-26-2015 12:18 PM
Still not clear on what you are trying to do.
But there is a function called path to string. You can use that on the file path then use string functions in order to pick the number out of the filename.
06-26-2015 12:58 PM
I have these files on the anex.
I want to extract there numbers and put it on a indicator.
Problem is that the write/read function, saves one at the time in this .txt file, but i want to read it as a whole, not in separet parts
06-26-2015 01:20 PM
What is "anex"?
So you need to go through a list of filenames and collect data from each of those file names?
Now you need to create an array of filenames. (Look at List Directory or some function with a name like that.) Then feed that array into a loop with auto-indexing.
06-26-2015 03:57 PM
Will try that. Thank you 🙂
06-28-2015 09:38 PM
@Janitor wrote:
Thanks for the tips but right know i dont have time to build sub-VI´s.
In regards to the indicator, that only creates a indicator of the path file, what i want is the number inside the path, in this case in the .txt file.
Did someone tell you to build a subVI?
No one has time for subVIs. Then they get fired and I am left to do the cleanup.
06-29-2015 04:10 AM
@Janitor wrote:
Thanks for the tips but right know i dont have time to build sub-VI´s.
You don't have time to _not_ build sub vi's. They'll save lots of time down the line, or even down the day ...
/Y