08-04-2011 03:48 AM - edited 08-04-2011 03:48 AM
Hi all,
How do u extract 2 to 3 fields from txt file and need to do caculation and save it on another file.
is there any example for this.
thanks
Solved! Go to Solution.
08-04-2011 04:10 AM - edited 08-04-2011 04:11 AM
Hi,
You can use file function and some string function to achive the target.
To get better idea about your requirement please share your tex file.
Thanks and Regards
Himanshu Goyal
08-04-2011 04:29 AM
Thanks for the reply.
i need to actual value from 1 file with tolerence from another file and produce test result.
thanks
08-04-2011 04:44 AM
08-04-2011 05:05 AM
Hi,
Please find the attached VI
I made it for CL2_StSt_Info constant. You can do it pragmatically.
Thanks and Regards
Himanshu Goyal
08-04-2011 05:08 AM
Hi,
As gred Says you can also use delimiter with I.
Now no need for the for loop coding
Thanks and Regards
Himanshu Goyal
08-05-2011 12:38 AM
Thanks for brief explanation. when i writing to spread sheet array , i need to add one more column along the columms which i retrieve from read from spreadsheet array? Is there any fn to concate 2 arrays thanks
08-05-2011 01:11 AM
Hi,
To concatenate two array you can use build array function with selection of concatenate array property.
Thanks and Regards
Himanshu Goyal
08-05-2011 02:28 AM
Is it possible to use string inside formula node.
if (x == 1)
result = Ok ;
else
result= "NOK"
tks
08-05-2011
02:33 AM
- last edited on
12-10-2025
08:58 AM
by
Content Cleaner
Hi tks,
why do you need a formula node for such tasks?

Btw. "NOK" is a string, while Ok is some kind of variable. Your text will only work, when Ok is defined as string...
And quickly reading the context help for the formula node would have shown that there is no specifier to define a string - just floats and ints!