[REBOL] Re: [REBOL]
From: al:bri:xtra at: 26-Oct-2000 10:01
Sharriff Aina wrote:> One cannot use the "+" or "-" operators on a Date! value, how does one increase or step through date! values then? I´m trying to construct a graphical calender.It seems to work for me: REBOL/View 0.10.38.3.1 3-Oct-2000 Copyright 2000 REBOL Technologies. All rights reserved.>> d: now== 26-Oct-2000/10:56:30+13:00>> d: d + 1== 27-Oct-2000/10:56:30+13:00 Perhaps you should restart Rebol? Andrew Martin