This series should work

put  the currentcard of stack "License Maker" into remoteCdName

put the long id of card remoteCdName of stack "License Maker" into longCdId

put the long name of longCdId

put the short name of longCdId



On Jun 16, 2010, at 7:15 AM, Mark Schonewille wrote:

Thanks Peter. Yes that works. I also noticed that
put the number of controls of the currentcard of stack "License Maker"
works but
 put the name of the currentcard of stack "License Maker"
doesn't. I wonder why.

On 16 jun 2010, at 16:01, Peter Brigham MD wrote:
try:
 put the currentcard of stack "License Maker"
or, if you want the name of the card:
 put word -1 of the currentcard of stack "PPtodo"into c
 put the name of card id c of stack "PPtodo"


Jim Ault
Las Vegas



_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to