#52001/11/14 2:10:14
on creatfile
dofile=new(xtra "fileio")
dofile.createFile("f:\pop.txt")
dofile.openfile("f:\pop.txt",0)
dofile.writestring(member("text").text)
dofile.closefile()
end
你可以将预先的字符串放置在文本演员中,然后在写入txt 文件!
fileio 写出的文件只提供换行标志符!
你可以设定某个字符标记!在文件再次读取时以标记来分行!
直接观看这个文件很累!
:)
看到帖子的其他朋友看看有无其他插件可用!