text parsing question

Mark Smith mark at maseurope.net
Fri Jun 9 18:43:56 EDT 2006


sorry, that should have included a line "set the itemdelimiter to "±"

Mark

On 9 Jun 2006, at 23:35, Mark Smith wrote:

> I'd do something like:
>
> function getValues tLine
> replace "left:" with "±" in tLine
> replace "top:" with "±" in tLine
> replace "width:" with "±" in tLine
> replace "height:" with "±" in tLine
> replace "px;" with "±" in tLine
> return item 2 to 5 of tLine
> end getValues
>
> Mark




More information about the use-livecode mailing list