Great! Thanks a lot!!!

Dave



,

Try:

put long name of group myGroup into myGroupName
-- myGroupName is now a variable that includes all information about
the control
-- so you do not need to write: put the name of group myGroupName, but only:
put the short name of myGroupName

Le 23 août 05 à 17:00, David Burgun a écrit :

Hi,


I am a bit confused, should the following code work?

put the long name of card 1 into myCardName
put the name of control 1 of card myCardName into myControlName

I get an error when I try to do this and changed the code to:

put the name of control 1 of card myCard of stack myStack into my ControlName

Which is ok, but what I really want to be able to do is this:

put long name of group myGroup into myGroupName -- String of
something like "group x of group y of group z of card c of stack s"
put the name of group myGroupName into myGroupName.


Any Ideas?

Thanks a lot
Dave


Best Regards from Paris,

Eric Chatonet.
----------------------------------------------------------------
So Smart Software

For institutions, companies and associations
Built-to-order applications: management, multimedia, internet, etc.
Windows, Mac OS and Linux... With the French touch

Free plugins and tutorials on my website
----------------------------------------------------------------
Web site        http://www.sosmartsoftware.com/
Email        [EMAIL PROTECTED]/
Phone        33 (0)1 43 31 77 62
Mobile        33 (0)6 20 74 50 86
----------------------------------------------------------------

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

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

Reply via email to