[REBOL] Re: 12-hour format
From: al:bri:xtra at: 6-Oct-2001 7:31
Mike wrote:> > if t/hour > 12 [t/hour: t/hour - 12] > Compiling your code I receive: Invalid word --hour>12 > Any corrections?Remember that is rebol there *must* be a space around all operators. So instead of writing: t/hour>12 write: t/hour > 12 as Joel suggested earlier. I hope that helps! Andrew Martin ICQ: 26227169 http://valley.150m.com/







