[PD] find out if a specific table exists

Marian Weger mail at marianweger.com
Tue Oct 15 03:41:01 CEST 2013


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



More information about the Pd-list mailing list