<< strcmpi 6-0 6-1-0 >>
removed >> removed > 6-0 > 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

History

VersionDescription
6.0.2 with_tk() is declared obsolete. with_module("tclsci") may be used instead.
6.1.0 with_tk() is no longer available.

<< strcmpi 6-0 6-1-0 >>