Search found 3 matches

by daviddeskew
17 Jan 2017 02:18
Forum: General Discussion
Topic: Construct object name from string
Replies: 8
Views: 1564

Re: Construct object name from string

Wow --- is that syntax documented anywhere? I did not notice that in the documentation anywhere.

Much appreciated.
by daviddeskew
16 Jan 2017 23:50
Forum: General Discussion
Topic: Construct object name from string
Replies: 8
Views: 1564

Re: Construct object name from string

Got it --- all makes sense. One last question if I may..... I haven't been able to figure out the difference between Properties and Attributes as specified for the various objects so I don't know how to change things programatically. I understand the setattribute function (have used it with the ...
by daviddeskew
16 Jan 2017 21:46
Forum: General Discussion
Topic: Construct object name from string
Replies: 8
Views: 1564

Construct object name from string

Can this be done? Suppose I have 50 labels with names like label1, label2, ... label50 I would like to set an attribute on each label and obviously I would prefer not to write setattribute.... 50 times Ideally I'd like a for loop (say) where I could create the string name for each object, e.g. for ...