next up previous contents
Next: tan Up: リファレンスマニュアル Previous: switch

  
system

【目的】
system - OSの命令を実行する
【形式】
i = system(cmd)
   Integer i;
   String cmd;
【詳細】
system(cmd)は,文字列 cmd で指定されたOSの命令を実行し, OSからの終了コードを返す。
【例題】
プロットツール gnuplot を起動する例を次に示す。
system("gnuplot afo.gp");
【参照】
bell(2.18)


Masanobu KOGA 平成11年10月2日