
Does anyone know what findObjs() returns if the set of attribute values listed for its argument doesn't exist? It's not listed in the function documentation, and I'm trying to do some data entry validation on a script I'm writing. Specifically, one of the command-line parameters for the script would call out a rollable table, and I want to politely but firmly tell the user should they misspell the table name into one which doesn't exist without just having the whole thing crash and burn.