Quantcast
Viewing all articles
Browse latest Browse all 33813

RE: How to query if a database has been opened in Simvision with tcl command?

You can use Tcl's catch to react to errors like so: if { [catch {database -open nc_waves} ] } { puts "Database already open?"}Image may be NSFW.
Clik here to view.

Viewing all articles
Browse latest Browse all 33813

Trending Articles