在form1的destroy事件中有以下代码:
if select ("textfile")>0 && select 后面的代码是什么意思?
use in textfile 这一整行都不明白。。。
endif
在command1的click事件中有以下代码:
if select ("textfile")=0
create cursor textfile (filename c(60) mem m) &&create cursor 后面这些也不懂,mem m中间为什么有个空格?
append b...