[VB6 ] [VBA] VB如何读取 .edf 的档案

楼主: gecer (gecer)   2014-12-29 21:54:00
小弟最近要整理一份副档名 edf 的资料
但是尝试过
edf_file包含整个file 包含跳行
但是
string_array=split(edf_file,vbcrlf)
string_array=split(edf_file,vbnewline)
无法将file 分割
令外一般打开文字档的写法
open file as for input as #1
do until EOF(1)
line input ,string1
loop
结果 string1 也是整个edf_file包含跳行的内容
依此看来vbcrlf 或是 vbnewline无法将edf做line by line的分割
请问要如何读取edf档?
作者: ClubT (小喬)   2014-12-30 09:18:00
试试看用chr(10)或是chr(13)

Links booklink

Contact Us: admin [ a t ] ucptt.com