At 2:38 PM -0700 10/1/2001, Leston Drake wrote: >I would like to compare the current date to some future date, say 12/31/34. > >But MetaCard evaluates the following > the date < 12/31/34 >as False...?
You need to quote the date if it's in such form: the date < "12/31/34" Otherwise, the slashes are interpreted as the / (divide) operator. -- Jeanne A. E. DeVoto ~ [EMAIL PROTECTED] http://www.runrev.com/ Runtime Revolution Limited - Power to the Developer! Archives: http://www.mail-archive.com/[email protected]/ Info: http://www.xworlds.com/metacard/mailinglist.htm Please send bug reports to <[EMAIL PROTECTED]>, not this list.
