VBS脚本读取如下TXT文本中数据存入变量
RT读取里面的数字我现在能写入,读不上来material:1pressure:2mbartemperature:3°Cdansui:4Kgsuijiao:5mmshaon...
RT 读取里面的数字 我现在能写入,读不上来
material:1
pressure:2mbar
temperature:3°C
dansui:4Kg
suijiao:5mm shaonian:6ss shaonian:7ss shaonian:8ss 展开
material:1
pressure:2mbar
temperature:3°C
dansui:4Kg
suijiao:5mm shaonian:6ss shaonian:7ss shaonian:8ss 展开
展开全部
Const ForReading = 1
filespec = "D:\test.txt"
Set fso = CreateObject("Scripting.FileSystemObject")
Set myfile = fso.OpenTextFile(filespec, ForReading)
Do Until myfile.AtEndOfStream
strLine = myfile.ReadLine
MsgBox strLine
# 要取出数字,再对 strLine 进行处理。你期望的输出格式是怎样的?
Loop
myfile.Close
更多追问追答
追问
很遗憾 ,不对。如题,这个是winc flexible 用的VB脚本,读取指定位置的数据出来保存在指定变量中
追答
我本地用 D:\test.txt 测试,没有问题啊。你说的不对是什么错误,请给出错误信息?
winc flexible 用的VB脚本,难道不是标准的VBS吗?
上面的代码只是读取出了行信息,还没有处理得到数字,但不应该有错。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询