LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Like Ini related functions, is there any functions for reading other functions like .c, .h file

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

0 Kudos
Message 1 of 2
(2,610 Views)

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.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 2
(2,599 Views)