Is it possible in starbasic to call the method of a byname object, therefore indirectly?
A method like obj.callByName (“getString”) instead of obj.getString ()?
For some properties this technique exists using the getPropertySetInfo object. For the methods I can’t find something like this
Thanks in advance for any suggestions
Edit 7/22/2020 → Modified post tags and proposed a minimal solution following Mike’s reply