buildhelp.sce
来自「SCILab的OPC扩展包, SCILab编程大赛获奖作品.」· SCE 代码 · 共 17 行
SCE
17 行
mode(-1)
path=get_absolute_file_path('builder.sce');
myhelps=[path, "OPC(OLE For Process Control)";]
// process the xml files to produce html files
// update %helps for cross reference
%helps_save=%helps
%helps=[%helps;myhelps]
xmltohtml(myhelps(:,1));
//restore the previous help table
%helps=%helps_save
//erase temporary variables
clear %helps_save xmltohtml myhelps path get_absolute_file_path
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?