Given,

     f1: "Field 1"
     obj: make object! [f2: "Field 2"]

how come

     view layout [f1: text obj/f2]

or

     f2: obj/f2
     view layout [f2: text f1]

work, but:

     view layout [obj/f2: text f1]

does not? and yields a different error message to:

     view layout [f1: text obj/f2 obj/f2: text f1]


Regards,

     Ashley

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to