Why does this generate an error?
Malte Brill
revolution at derbrill.de
Mon Aug 22 15:45:34 EDT 2005
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
More information about the use-livecode
mailing list