 jonny e
		
			jonny e
		
		
		
		
		
		
		
		
	
			10-22-2003 08:07 PM
 paul_s
		
			paul_s
		
		
		
		
		
		
		
		
	
			10-22-2003 10:33 PM
 R. Ehrt
		
			R. Ehrt
		
		
		
		
		
		
		
		
	
			10-23-2003 07:06 AM
10-23-2003 02:50 PM
10-23-2003 02:56 PM
 streetpoet
		
			streetpoet
		
		
		
		
		
		
		
		
	
			09-20-2012 10:17 AM
Just in case there's someone else who wants to solve this.
There's a very simple way.
When using "write to spreadsheet.vi", there is a (format) node with default value of (%.3f).
Change (%.3f) into any number you want, (%.10f) for example, then you'll be able to get 10 digits to the right to the decimal point.
 Dennis_Knutson
		
			Dennis_Knutson
		
		
		
		
		
		
		
		
	
			09-20-2012 10:28 AM
@streetpoet wrote:
Just in case there's someone else who wants to solve this.
There's a very simple way.
When using "write to spreadsheet.vi", there is a (format) node with default value of (%.3f).
Change (%.3f) into any number you want, (%.10f) for example, then you'll be able to get 10 digits to the right to the decimal point.
This is a very old thread and you missed the point. With the old Write to Spreadsheet, the numeric representation was SGL with only about 6 decimal digits and simply using a format string did nothing to change that.
 Johnest
		
			Johnest
		
		
		
		
		
		
		
		
	
			08-18-2015 02:03 PM
You may be right but streetpoet answered my question PERFECTLY.
Thanks!