在VB里,open函数是用来建立文件的.
用法:Open "[路径]" for [格式] as #1
格式里一般写output
文件的格式在路径里写好.
如果想在文件里写进东西可以这样:
print #1,"信息"