text parsing question
Josh Mellicker
josh at dvcreators.net
Fri Jun 9 21:23:36 EDT 2006
Thanks for all the suggestions, I have learned a lot!
On Jun 9, 2006, at 3:43 PM, Mark Smith wrote:
> 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
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
More information about the use-livecode
mailing list