I used the following code to list the observations in a variable if the binary "check" is 0. But in the "Fruit" variable, some observations are empty so the "check" is also == 0, but I don't want to list them. Can I insert another condition so that I only list items with strings?

Code:
list Fruit if check == 0