📄 buildhelp.sce
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -