Search found 4 matches
- Fri Jul 22, 2011 11:38 am
- Forum: Programming
- Topic: Scientific Notation Problem when Printing to File
- Replies: 2
- Views: 3418
Re: Scientific Notation Problem when Printing to File
Thanks I got stuck with another project for the moment - on Monday I will post a part of the program so it is more clear.
- Fri Jul 22, 2011 11:19 am
- Forum: Programming
- Topic: Scientific Notation Problem when Printing to File
- Replies: 2
- Views: 3418
Scientific Notation Problem when Printing to File
Hello, I am running a batch program for a bunch of different equations. I have the output printing to a txt file. Some of the output is in scientific notation. This appears on the screen as (for example) 7.3E-05. In reality it is 7.26590757252204e-05. In the txt file it gets printed as the shortened...
- Fri Jun 24, 2011 8:16 am
- Forum: Programming
- Topic: Convert a spool of objects into one data (text or csv) file
- Replies: 2
- Views: 2767
Re: Convert a spool of objects into one data (text or csv) f
Thanks - I will give that a shot
- Fri Jun 24, 2011 7:22 am
- Forum: Programming
- Topic: Convert a spool of objects into one data (text or csv) file
- Replies: 2
- Views: 2767
Convert a spool of objects into one data (text or csv) file
I have the following spool: LS Y1 C X spool myspool equation eq1.LS Y2 C X myspool.append eq1 equation eq2.LS Y3 C X myspool.append eq2 equation eq3.LS Y4 C X myspool.append eq3 etc........... This returns a set of distinct result sets for each equation, stacked on top of each other. I want to save ...
