Hi Geoff,
> At 8:04 AM +0200 8/22/01, MisterX wrote:
>> on mouseUp
>> put fld "HistoryChanges" into HC -- ;)
>> put "<"& the short date &">" into todaysdate
>> put line 3 of HC into lastDateEntry
>> if lastDateEntry is not todaysdate then
>> type todaysdate & return & return before line 3 of fld "HistoryChanges"
>> else
>> type return before line 4 of fld "HistoryChanges"
>> end if
>> end mouseUp
>
> try "put" instead of "type" -- type doesn't support the targeted syntax you're
> using, but put does.
Sorry, but "type" also does...
See my last post...
I tested the script and it works.
Regards
Klaus Major
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.