If nothing selected in result picker
Hi All,
This should be extremely easy but I just cannot find the right syntax. I just want to check to see if anything has been selected in the result picker. I've tried every variation of "SelectedResult is nothing" that I can think of but just get a "Sequence contains no elements" error message. I know it contains no elements, that's what I'm trying to check for!
Can someone tell me what I'm supposed to do here? I don't care if I use the graphics or the indices to do the check
0
-
Finally worked it out. In case anyone is searching for the same thing I ended up using
SelectedResult.count =00 -
An alternative is SelectedResult.Any, this will be True or False. 0 -
oh that's much better. thank you Nico!! 0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
3 Kommentare