Is there a function to return an object reference, given the object name as a string? For example, its spec would be:
I have several labels on a form that I would like to be able to iterate through in a loop. They are named, for example, Label1, Label2, etc. If I could refer to the objects by name, then I could do something like:![]()
Please Login or Register to view this content.
Currently my workaround is to have an array of Object, and initialize it by setting each element to one of the labels, then working with the array. Would be nice to address the labels directly.![]()
Please Login or Register to view this content.
Bookmarks