質問編集履歴
1
実行処理引数内の変数宣言、パスの変数名を修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -76,9 +76,9 @@
|
|
76
76
|
|
77
77
|
'---ファイル読み込み
|
78
78
|
|
79
|
-
Public InputCSV(
|
79
|
+
Public InputCSV(Bybal FilePath As String)
|
80
80
|
|
81
|
-
Using objIoTFP As New Microsoft.VisualBasic.FileIO.TextFieldParser(
|
81
|
+
Using objIoTFP As New Microsoft.VisualBasic.FileIO.TextFieldParser(FilePath, Encoding.GetEncoding("Shift_JIS"))
|
82
82
|
|
83
83
|
'読み込み時の設定
|
84
84
|
|