标题:VB程序写到文本,运行时读取文本内容做为程序的一部分
只看楼主
st9911868652
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2013-2-6
结帖率:0
 问题点数:0 回复次数:1 
VB程序写到文本,运行时读取文本内容做为程序的一部分
请高手指点
2013-03-07 21:18
wube
Rank: 12Rank: 12Rank: 12
等 级:贵宾
威 望:23
帖 子:1817
专家分:3681
注 册:2011-3-24
得分:0 
FileNum=freefile
open file for output as #FileNum
    print #FileNum,"VB程序写到文本"
close #FileNum
-----------------------------------------------------------------
Dim AAA as string
FileNum=freefile
open file for output as #FileNum
    Do while not eof(FileNum)
        Line input #FileNum,AAA
    loop
close #FileNum

不要選我當版主
2013-03-08 04:01



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




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

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