Indeed. Thank you. Mark On Aug 22, 2005, at 12:45 PM, Malte Brill wrote: > t throws an error, because gMyLine can be empty. try this: > > on mouseMove > global gMyLine > put the mouseline into gMyLine > if gMyLine is not empty then > put "the htmlText of " before gMyLine > put value(gMyline) > end if > end mouseMove > > Hope this helps,