質問編集履歴

3

修正

2016/09/30 06:59

投稿

coko1
coko1

スコア276

test CHANGED
File without changes
test CHANGED
@@ -8,13 +8,13 @@
8
8
 
9
9
  コード
10
10
 
11
- pos = InStr(path, "\")
11
+ pos = InStr(path, "\")
12
12
 
13
- fd = Left(path, pos)
13
+ fd = Left(path, pos) : ddd\ を格納
14
14
 
15
15
  pos = InStr(Base, fd)
16
16
 
17
- Base = Left(Base, pos - 1) & path
17
+ Base = Left(Base, pos - 1) & path : aaa\bbb\ccc & ddd\eee\zzz
18
18
 
19
19
 
20
20
 

2

誤字

2016/09/30 06:59

投稿

coko1
coko1

スコア276

test CHANGED
File without changes
test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  fd = Left(path, pos)
14
14
 
15
- pos = InStr(path, fd)
15
+ pos = InStr(Base, fd)
16
16
 
17
17
  Base = Left(Base, pos - 1) & path
18
18
 

1

誤字

2016/09/30 06:41

投稿

coko1
coko1

スコア276

test CHANGED
File without changes
test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  pos = InStr(path, fd)
16
16
 
17
- Base = Left(path, pos - 1) & path
17
+ Base = Left(Base, pos - 1) & path
18
18
 
19
19
 
20
20