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.

regards,

geoff

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.

Reply via email to