Can you use an OR || operator in aspect scripts, I found in the help file that it list || as Logical-inclusive-OR but not sure how to use it in an if statement. I tried several and it would not compile. I was hoping it would work something like this:
if strfind variable1 == "var1" || strfind variable2 == "var2"
But this would not compile.
Thanks
if strfind variable1 == "var1" || strfind variable2 == "var2"
But this would not compile.
Thanks