Why does this generate an error?

Mark Swindell mdswindell at charter.net
Mon Aug 22 14:12:10 EDT 2005


The following script is in a field, originalText.  It generates an  
error, yet at the same time it functions and puts the htmlText of the  
lines of field originalText into the messageBox.  Why does it  
generate an error  as it functions?
Thanks
Mark

on mouseMove
   global gMyLine
   put the mouseline into gMyLine
   put "the htmlText of " before gMyLine
   put value(gMyline)
end mouseMove

executing at 11:04:19 AM
Type    value: error executing expression
Object    OriginalText
Line    put value(gMyline)
Hint    the htmlText of



More information about the use-livecode mailing list