Scilab 6.0.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
TCL_GetVersion
get the version of the TCL/TK library at runtime.
Syntax
TCL_GetVersion() ret=TCL_GetVersion('numbers')
Description
get the version of the TCL/TK library at runtime.
ret=TCL_GetVersion('numbers') returns a matrix with the version of the TCL/TK library at runtime.
Examples
TCL_GetVersion() TCL_GetVersion("numbers")
Report an issue | ||
<< TCL_GetVar | Tcl/Tk Interface | TCL_SetVar >> |