LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to wrtie data to a file in this vi?

Solved!
Go to solution

The best way is to use format into string and use the %s for the text part and %f for the double (decimal numeric).

Then write the entire (formatted) string to the file.

0 Kudos
Message 11 of 12
(470 Views)

I feel like Santa today...

 

Here's an example: (from your code)

 

 

Message Edited by Ray.R on 12-10-2009 02:30 PM
Message 12 of 12
(460 Views)