07-07-2010 10:36 AM
I have data being entered into a multicolumn list, and I want it to throw away data after a few minutes and replace it with new data. Right now it just continues to collect data forever.
Also, another thing I am trying to do is set the precision of the collumns differently. I want all the data to have 5 decimal points so I am using the number to fractional string to set the precision to 5, but I also have in the array columns for the hour and minute for a time stamp. For the hours and minutes I do not really want to have precision 5 since it is just a bunch of zeros. Is there a better way to do this?
Thanks
07-08-2010 12:33 PM
hi,
friend.
you must convert your data into 5 precision than you concatinate time stemp. Then that column you add to the multicolumn list box.
07-08-2010 12:37 PM
Ok thanks! I figured out the other problem. Just used the delete from the array, lot easier.
07-08-2010 12:56 PM
Sorry to double post, but it wont let me edit it now. I thought I understood what you said. I think you are telling me how to put the timestamp and data in the same column, but I want to get the time stamp in it's own column and not have the precision for it.