Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: English - Português - Русский - 日本語
Aide de Scilab >> Scilab > Configuration > with_tk

with_tk

Checks if Scilab has been built with TCL/TK

Syntax

r = with_tk()

Arguments

r

a boolean

Description

Returns %t if Scilab has been built with TCL/TK interface or %f if not.

Examples

if with_tk() == %t then
   disp("Tk is available");
else
   disp("Tk is not available");
end
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:30:58 CEST 2016