<< strcmpi 6-0 6-1-0 >>
removed >> removed > 6-0 > with_tk

with_tk

Scilab にTCL/TKが組み込まれているかどうかを調べる

呼出し手順

r = with_tk()

引数

r

論理値

説明

ScilabがTCL/TKインターフェイスと共に構築されている場合に %t, そうでない場合に %f を返します.

if with_tk() == %t then
   disp("Tk is available");
else
   disp("Tk is not available");
end

履歴

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 >>