[REBOL] Time, seconds and scientific notation
From: hallvard::ystad::oops-as::no at: 23-Feb-2004 21:00
Hi list, This is from a console session:>> third 0:00:01.09== 1.09>> third 0:00:0.09== 9E-2 How can I have the second example printed without scientific notation (as seconds)? Thanks, HY