标题:freefile函数的问题
取消只看楼主
lhx1986
Rank: 2
等 级:论坛游民
帖 子:26
专家分:44
注 册:2013-8-15
结帖率:77.78%
已结贴  问题点数:10 回复次数:1 
freefile函数的问题
Open"myfile.txt"forAppendas#1
  Print#1,"alineoftext"
  Close#1
  
  IntFile=FreeFile()
  Open"myfile.txt"forAppendas#intFile
  Print#intFile,"alineoftext"
  Close#intFile
用freeflie和不用有什么区别?
2013-09-13 11:33
lhx1986
Rank: 2
等 级:论坛游民
帖 子:26
专家分:44
注 册:2013-8-15
得分:0 
明白 谢谢
2013-09-13 15:42



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-420525-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.701972 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved