51Testing软件测试论坛
标题:
求助:使用FileReadValue()出现Unterminated string错误
[打印本页]
作者:
hf0313
时间:
2008-7-18 10:17
标题:
求助:使用FileReadValue()出现Unterminated string错误
我用FileWriteValue()往一个txt文件中写了一些window类的信息,但是通过FileReadValue()读取这个文件时出现了以下的错误
Error:Unterminated string
Occurred in FileReadValue()
哪为朋友知道如何解决吗?请帮忙分析一下!多谢
作者:
jackiepsq
时间:
2008-8-3 20:20
STRING sName
INTEGER iAge
STRING sFile = "people.dat"
ANYTYPE Item
HFILE hFile
hFile = FileOpen (sFile, FM_READ) // Open the file
while (FileReadValue (hFile, Item)) // Read from file
Print (Item)
FileClose (hFile)
请参考该代码,最好将你的代码贴出来...
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2