Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] I want time!, not string!

From: hallvard:ystad:oops-as:no at: 18-Feb-2004 23:30

Hello I have a funny problem. I have this: s: now/time/precise [...] print join "Took" (now/time - s) But sometimes, 's turns out to be a string! How can that happen?? The script is too long for me to pass on the full context. But has anyone seen this (is it a?) bug before? Thanks for any help, HY