Nested functions syntax?
Hi!
I would like to call the IsInPageList(lookFor, lookAt, lookIn) function but the lookFor parameter is a value list so I have to loop through that too. I was thinking passing the function IsInPropertyList(lookFor, lookIn) function in the lookFor to loop through that value list. Would this be possible? If so, could you please provide the correct syntax &/ example to achieving this?
Thanks so much!