Re: Xpress box name
Re: Xpress box name
- Subject: Re: Xpress box name
- From: Shane Stanley <email@hidden>
- Date: Wed, 15 Nov 2000 11:47:47 +1100
On 15/11/00 10:21 AM +1000, Dave Balderstone, email@hidden, wrote:
>
Can someone please supply a snippet showing how to refer to a named
>
text box in Xpress 4.11?
>
>
I can assign a name to a box easily enough but can't find the syntax
>
to refer to it later.
>
>
set myBoxProps to get properties of box whose name is "Test Box"
>
>
returns:
>
--> The variable box is not defined.
>
>
The box in question is *not* on a master page.
>
>
I know, it'll be extremely obvious when I see it...
Sure will:
set myBoxProps to properties of text box "Test Box"
or
set myBoxProps to properties of text box 1 whose name is "Test Box"
if there is more than one.
--
Shane Stanley, email@hidden