码迷,mamicode.com
首页 > 编程语言 > 详细

关于逐行逐行读取文本内容并写入数组

时间:2014-12-08 00:42:28      阅读:294      评论:0      收藏:0      [点我收藏+]

标签:des   style   blog   http   io   ar   color   os   sp   

有关逐行写入的在这里

下面是关于逐行读取

fn maxfilelog finpath =
(
    fin = openfile finpath
    seek fin #eof
    maxlen=filepos fin
    seek fin 0
    res = readChars fin maxlen errorAtEOF:false
    filterString res "\n"
) -- 将文件内容逐行添加到数组

之前想用来记录和读取配置文件,后来发现了更简单的...

getINISetting <filename_string> <section_string> <key_string>     
setINISetting <filename_string> <section_string> <key_string> <key_value_string> [ forceUTF16:<boolean> ]

官方文档

关于逐行逐行读取文本内容并写入数组

标签:des   style   blog   http   io   ar   color   os   sp   

原文地址:http://www.cnblogs.com/3dxy/p/4150158.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!