Why does this generate an error?

Mark Swindell mdswindell at charter.net
Mon Aug 22 15:58:13 EDT 2005


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,




More information about the use-livecode mailing list