Scilab Function

TK_EvalStr - Evaluate a string whithin the tcl/tk interpreter

Calling Sequence

TK_EvalStr(str)

Parameters

Description

This routine allows to evaluate tcl/tk instructions with the tcl/tk interpreter launched with scilab.

When tcl/tk support is enabled in scilab, you can evaluate tcl/tk expression from scilab interpreter. In fact, scilab launches a slave tcl/tk interpreter. The scilab instruction TK_EvalStr() can be used to evaluate expression without having to write a tcl/tk in a separated file (this is done using TK_EvalFile).

Examples

See Also

Author