Alastair, One trick that always works is to build th PROPERTY command in a variable, and execute it with Macro substitution:
SET VAR vPropCmd = ('PROPERTY' & .vURLField & 'TEXTVALUE' & ''' + .vNewText
+ ''')
&vPropCmd
Bill
On Tue, Feb 24, 2009 at 1:37 PM, Alastair Burr
<[email protected]>wrote:
> *SET* *VAR* vNewText *=* *(CVAL(*'CLIPBOARDTEXT'*))*
> *PROPERTY* *&*vURLField *TEXTVALUE* *.*vNewText
> *RECALC* *TABLE*
>

