On 25-Jun-02, Matthew Kim wrote: > I'm trying to grab the current date and time from the system, but I > seem to be having trouble.
> There are examples on the REBOL site that use now/time, but that > doesn't seem to work for me. > I get this: >>> print now/time > time Well, it should work... >> print now/time 9:15:21 My only thought is that while trying to get it working you've altered something about 'now. Try closing down REBOL and starting it again. If that doesn't work, well, I don't know... -- Carl Read -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
