RE: Help
- Posted by Brian Broker <bkb at cnw.com> Mar 27, 2004
- 482 views
Kusnirak wrote: > > > Hello, > > How to change a sequence to name of control. > > for example... > > I've a sequence "button1, button2, button3" and I want put som text in > control with the same name as a part of sequence.. > > setText(button1, "Test") > > Bye Vlado Vlado, I think I followed you until the setText part. I think you have to make your intentions more clear (but maybe it's just me...). It seems incorrect to me that you are trying to reference your controls in this manner. You should not depend on the actual names you use in your program nor should you have to. Is this something internal to your program where you are just trying to pass something to a routine_id? If so, then just parse it appropriatly. Parse on comma-space or whatever... But I think a code snippet and/or example might be best to clarify what you'd like to do. -- Brian