小辈想请教一个问题:我想用QB编一个简单的笔记本,但遇到问题:
cls
input "",a$
open "c:\1.txt" for append as #1
print #1,a$
close #1
end
但这个程序只能输入255个(大约)字母,又其他方法吗,使它不受字数的限制~
cls
input "",a$
open "c:\1.txt" for append as #1
print #1,a$
close #1
end
但这个程序只能输入255个(大约)字母,又其他方法吗,使它不受字数的限制~



