At 20:57 15/02/2005, you wrote:
PS I also tried this in the main stack

OK I think I may have it.

How do I add an axtension in the script onto the end of the gliobals IE tStackName and add .abd on the end.

I tried
on mouseUp
copy field "TextField" of stack "Armbase Database Designer" to card 1 of stack "tStackName & .abd"
end mouseUp


Is this right?

cheers
bob



global tStackName, tFileName

and a button that had

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


 and didn't get any luck with this either

cheers
bob

--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.8.7 - Release Date: 10/02/2005


_______________________________________________ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution


--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.8.7 - Release Date: 10/02/2005


_______________________________________________ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to