Quote:
Originally Posted by ownedbycats
Does if $#columname== '' work for all undefined columntypes? (excluding the default columns 'title' and 'author')
|
Yes, undefined is rendered as the empty string for all column types. The columns title and author aren't special in this sense, but they are never undefined.
Note that !$#mumble is equivalent to $#mumble=='' but faster.