Scilab 6.0.2
Ajuda do Scilab >> Scilab > Configuration > with_tk
with_tk
checa se o Scilab foi construído com TCL/TK (obsolete)
Seqüência de Chamamento
r=with_tk()
Parâmetros
- r
um booleano
Descrição
![]() | with_tk() will no longer be available in Scilab 6.1.
Please use with_module("tclsci") instead. |
Retorna %t
se o Scilab tiver sido construído com
a interface TCL/TK ou %f
se não.
Histórico
Versão | Descrição |
6.0.2 | with_tk() is declared obsolete to be removed from Scilab 6.1.
It may be replaced with with_module("tclsci") . |
Comments
Add a comment:
Please login to comment this page.