Hello,
are there any functions integrated in Labview to read a text-file which looks like this:
[ITEM-NAME_01]
parameter1 = here
parameter2 = 1123
parameter3 = a453
[ITEM-NAME_02]
parameter4 = here
parameter5 = 1123
parameter6 = a453
Can this be done easy, or do i have to manually search the file for the "["-character ?
At the end i want a VI where i pass the file-name and the item-name as input, and as output i want one array with the parameter-names and the other array with the values.
How can this be done?
Thanks for your help