Chetan
Posts: 11
Joined: Fri May 24, 2019 12:12 pm

Value of a serach property when it fails.

Hi,

What is the exact value of a search property when it fails? Can i compare it with "" (empty string) to check whether a search has failed?

E.g. i want to perform a custom action when my search fails.

Kind Regards,
Chetan.
Catalin
Posts: 6592
Joined: Wed Jun 13, 2018 7:49 am

Re: Value of a serach property when it fails.

Hello Chetan,

Yes, the property that stores the search result will be empty if the search will "fail", thus your condition may look something as it follows:

Code: Select all

RESULT_PROPERTY = ""
Hope this helps.

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”