Quote:
Originally Posted by ownedbycats
Is this actually the correct way to check for no formats? It works, at least.
|
Yes, it is a correct way as long as your database correctly lists the formats. If Check Library phase 2 passes then you are fine.
FWIW: this does the same thing but is less efficient because of the explicit compare:
Code:
if approximate_formats() == '' then 'foo' fi