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,

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to