language syntax question
Bob Sneidar
bobsneidar at iotecdigital.com
Thu Nov 20 10:34:58 EST 2014
try
get word 1 of line pl of the text of obj
Understand that OF is getting a property of the following object. In your example you are trying to get the text of a line. A line does not have the text property, only fields do. Make sense?
Bob S
On Nov 19, 2014, at 10:57 , Mike Doub <mikedoub at gmail.com<mailto:mikedoub at gmail.com>> wrote:
Get word 1 of the text of line pl of obj -- this what I want to do but
the syntax is wrong
More information about the use-livecode
mailing list