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