Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português - Русский - 日本語
Scilab Help >> Tcl/Tk Interface > 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

Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:27:54 CEST 2016