📄 xsck.prg
字号:
close all
sele 0
use xsb
set order to tag cph
if recc()<>0
sele 0
use cpb
set order to tag cph
set relation to cph into xsb
set skip to xsb
repl all kcsl with kcsl-xsb.sl
set relation to
sele xsb
x=str(year(date()),4)
y=iif(month(date())>9,str(month(date()),2),str(month(date()),1))
z=iif(day(date())>9,str(day(date()),2),str(day(date()),1))
w="xsb"+x+y+z
copy to &w
zap
endif
close all
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -