作者ashin42 (second)
看板Visual_Basic
标题[VB6 ] 请问一个把变数存成 *.txt的方法
时间Sat Feb 17 14:12:57 2007
Dim a,b,c as integer
a=0
for i = 0 to 100
c=a+1
Next
我想要把c的内容存在 a.txt 里面
要用什麽方法呢?
存下来的档案就会有
0.txt ===>1
1.txt ===>2
...
...
100.txt==>101
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.127.25.117
※ 编辑: ashin42 来自: 140.127.25.117 (02/17 14:36)