Hello list,
is there a way to find out, if a specific table exists? I would like to have something like:
[symbol tablename( | [table_exists?] | [tgl]
I already found a workaround, but obviously it always prints an annoying error message, if the table doesn't exist:
[symbol tablename( | [expr size("$s1")] | [tgl]
... marian