[求助] 文本文件的请教
while not eof(1)
line input #1,a
text1.text=text1.text+a+chr(10)+chr(13)
wend
为什么打开文本时很慢,比winodws
自带的记事本慢非常多,请教怎样才能提升打开的速度,指教,指教!
while not eof(1)
line input #1,a
text1.text=text1.text+a+chr(10)+chr(13)
wend
为什么打开文本时很慢,比winodws
自带的记事本慢非常多,请教怎样才能提升打开的速度,指教,指教!