掲示板システム
ホーム
アクセス解析
カテゴリ
ログアウト
テキストにパスを書くには? (ID:114167)
名前
ホームページ(ブログ、Twitterなど)のURL (省略可)
本文
Dim fileno As Integer Dim s As String fileno = FreeFile() FileOpen(fileno, "c:\test.txt", OpenMode.Input) While Not EOF(fileno) s = LineInput(fileno) End While FileClose(fileno) これで変数sに一行づつデータが取得出来ると思うのですが?
←解決時は質問者本人がここをチェックしてください。
戻る
掲示板システム
Copyright 2020 Takeshi Okamoto All Rights Reserved.