03-14-2011 06:04 AM
Hi,
For reading the *.ini file there are many Ini realted functions. Like that I need in built function in CVI to read the files like
*.c, *.h line by line. Actually string searching function is not helping me as I want to read it line by line and perform
the operations in which I am interested.
Can anyone help me on this?
Thanks and Regards
Nagraj B
03-14-2011 10:26 AM
It's not clear to me what you are aiming to, but reading a text file line by line can be accomplished by ReadLine () function.
Parsing the line read to intercept special keyword can be done via regular expression instrument driver, which is included in CVI distribution.