質問編集履歴

2

文字列部分を一部修正します。

2021/07/14 06:13

投稿

nkiki
nkiki

スコア18

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,4 @@
1
- string.Format("{0:s}{1}{2:+2;-2}",Name, direction, step);
1
+ string.Format("{0:s}{1}{2:+2;-2}",Name[idx], direction, step[idx]);
2
2
 
3
3
 
4
4
 

1

文字列部分を一部修正します(削除)。

2021/07/14 06:13

投稿

nkiki
nkiki

スコア18

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,4 @@
1
- string.Format("{0:s}.STEP({1}{2:+2;-2})",Name[idx], direction, step[idx]);
1
+ string.Format("{0:s}{1}{2:+2;-2}",Name, direction, step);
2
2
 
3
3
 
4
4