<< TCL_ExistArray Tcl/Tk TCL_ExistVar >>

Scilab Help >> Tcl/Tk > TCL_ExistInterp

TCL_ExistInterp

Return %T if a tcl slave interperter exists

Syntax

OK=TCL_ExistInterp(interp)

Arguments

interp

character string parameter. Name of the slave tcl interpreter.

ok

boolean. %T if TCL interpreter exists.

Description

This routine allows to test if TCL interpreter exists.

More information about Tcl/Tk: http://www.tcl.tk/doc/

Examples

TCL_ExistInterp('SlaveInterp')
TCL_CreateSlave('SlaveInterp')
TCL_ExistInterp('SlaveInterp')
TCL_DeleteInterp('SlaveInterp')

See also


Report an issue
<< TCL_ExistArray Tcl/Tk TCL_ExistVar >>