Forum Discussion
rwestbury
14 years agoContributor
I have solved the problem. The solution is to use GetPropertyValue. Using this built-in method you can access the value of a property of an object when your property is in String form. The usage to my best knowledge thus far is as follows:
GetPropertyValue(Object as Object, Property as String), where Object is Sys.Process... etc, and Property is "Left", or "Visible"... etc. The method will return the Value of the Property.
Regards,
Robert.
GetPropertyValue(Object as Object, Property as String), where Object is Sys.Process... etc, and Property is "Left", or "Visible"... etc. The method will return the Value of the Property.
Regards,
Robert.