05-05-2006 09:49 AM
05-05-2006 10:44 AM
05-05-2006 11:35 AM
Thank you for such a fast response. Not expected.
I've tried 'Read Key' and it did not wrk. I think it can work only with the config file, but not any txt or dat file. It is also written so in the LabVIEW Help.
To use the 'Scan From File' I have to format my string in the correct way, but those spacings are killing me. This is the problem actually.
May be you right as for the wheel, therefore I keep looking and asking.
Thank you one more time.
Dima
05-05-2006 11:55 AM
05-05-2006 12:25 PM
Thank you for your help.
It seems it will do it. I think that before using your method I have first scan the entire file and build from it a string. Can you, please tell me how to do it.
I'm a newbie and your help is invaluable for me.
Thanks a lot.
Dima
05-05-2006 12:42 PM
05-05-2006 01:28 PM
05-05-2006 02:41 PM
05-20-2006 02:12 PM
Hello, people
I have finally succeeded in reading a text file and find inside it a specified parameter. Many thanks to nissen6, I'm really grateful. It works with Read from Text File (probably that's what you meant for Read Characters From File) with acount -1 to read the entire file, and then as you suggested Match Pattern and Scan String. Works marvellous. Thank you one more time.