[VB6 ] [VBA] VB如何讀取 .edf 的檔案

看板Visual_Basic作者 (gecer)時間9年前 (2014/12/29 21:54), 編輯推噓0(001)
留言1則, 1人參與, 最新討論串1/1
小弟最近要整理一份副檔名 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檔? -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 111.255.0.234 ※ 文章網址: http://www.ptt.cc/bbs/Visual_Basic/M.1419861243.A.F45.html

12/30 09:18, , 1F
試試看用chr(10)或是chr(13)
12/30 09:18, 1F
文章代碼(AID): #1KeLpxz5 (Visual_Basic)