help me read text file
my text file contains following four lines
//////////////////////////////////////////////////////////////////file start ///////////////////////////////////////
com1=2
com2=8
IP Address= 192.167.0.10
file = "textfile.dat"
/////////////////////////////////////////////////////////////////file end ////////////////////////////////////////
i only want to read ,, 2,, 8 ,, 192.167.0.100 ,, textfile.dat ,,
which are my desired data values. help mw with some sample code
there is no trim function in labwindows which is present in .net so kindly guide me which cvi function will be useful in my case as com port can be 18 or 13 which means not a single character always, where as data in my file such as ip address, com ports and and file name can not always be of same size so i have to read correctly in all cases whether ip address = 192.168.0.8 or ip address = 192.168.244.207 so how do i read it correctly without changing the code in labwindows. guide me in detail, thanks in advance.