GreenNuclear
-
How to detect an integer in a list of numbers
Hi Schmotty, Great idea! Works like a charm and saves many BIN files. George
-
How to detect an integer in a list of numbers
Hi Mottie, You may have your finger on it. It is easy to add columns for minutes, hours, etc. What I am trying to do is to limit the number of BIN files. This may do the trick. Thanks, George
-
How to detect an integer in a list of numbers
Hi Mottie, If you look at this http://jsfiddle.net/Jk5mA/ you will see what I am trying to separate. I only want whole numbers which means nothing past the decimal point out to the capacity of the program. The 1,2,3, etc, integers in the list are…
-
How to detect an integer in a list of numbers
Thanks Doc, I am seeing the same problem there that I am trying to solve. That snippet detects the change in the integer and prints it, ignoring the decimals after the " . " It gets the first integer but then on the next row the trouble …
-
How to detect an integer in a list of numbers
Hi Doc, In a column of numbers like this, I want the 0,1,2,3,4,5,6,7,8 rows. Sometimes the program skips an integer so then I need to plug in a virtual. George 0 0.0833 0.1667 0.25 0.3333 0.4167 0.5 0.5833 0.6667 0.75 0.7667 1 1.3333 1.35 2 2.1 2.1…