Question
University of Massachusetts
US
Last activity: 31 May 2022 11:38 EDT
How to pass a ClipboardProperty to a function Dynamically
Hi Team,
I had a requirement to check presence of few properties in a page, I'll be passing them in CSV format & convert them to List. I wanted to check presence of each field in the List.
Like, CustomerData.pxResults(1).pyField = "Name"
CustomerData.pxResults(2).pyField = "Age"
CustomerData.pxResults(3).pyField = "Address"
Generally, PropertyHasValue(tools,"Name") will work but I wanted to check with PropertyHasValue(tools,Param.Prop) or PropertyHasValue(tools,.pyField) where Param.PROP & .pyField contains "Name"