Hi Mark,

it 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,

Malte

-----
ArcadeEngine - prepare to WOW your audience within minutes
http://www.runrev.com/section/revselect/arcadeengine
http://www.derbrill.com/arcadeengine/forum _______________________________________________
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