copy field to stack of unknown name

Sarah Reichelt sarahr at genesearch.com.au
Tue Feb 15 18:04:17 EST 2005


Try this:

on mouseUp
   global tStackName
   copy field "TextField" of stack "Armbase Database Designer" to card 1 
of stack tStackName
end mouseUp

Cheers,
Sarah

On 16/02/2005, at 6:50 AM, Bob Hartley wrote:

> --on the other stack I have a button that has the script
>
> on mouseUp
>   copy field "TextField" of stack "Armbase Database Designer" to card 
> 1 of stack "tFileName"
> end mouseUp



More information about the use-livecode mailing list