如何将文本文件中的文本读入VB字符串变量中
2016-11-15
展开全部
Dim fs
Set fs = CreateObject("Scripting.FileSystemObject")
Dim f
Set f = fs.OpenTextFile("c:\testfile.txt", ForReading)
Dim str
str = f.ReadAll
f.Close
Set fs = CreateObject("Scripting.FileSystemObject")
Dim f
Set f = fs.OpenTextFile("c:\testfile.txt", ForReading)
Dim str
str = f.ReadAll
f.Close
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询