> On Jul 24, 2015, at 5:05 PM, Peter Bogdanoff <bogdan...@me.com> wrote:
> 
> I want to reference that data like this:
> 
>       set the width of <item 1 of line 1 of field “MyField”> to item 2 of 
> line 1 of field “MyField”
> 
> How do I script the stuff inside the <> ? Sometimes that item will be a 
> field, graphic, etc.
> 


Hi, Peter.  You could just replace your delimiters:

set the width of (item 1 of line 1 of field “MyField”) to item 2 of line 1 of 
field “MyField”

— Dick
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to