AddTextList » 历史记录 » 版本 1
machenhe, 2022-04-25 15:32
1 | 1 | machenhe | _*%{color:green}addTextList%*_ |
---|---|---|---|
2 | 向指定文件中增加一行字符串 |
||
3 | |||
4 | |||
5 | 标签:命令定义|addTextList |
||
6 | |||
7 | *格式* |
||
8 | |命令名 |参数1 |参数2 | |
||
9 | |addTextList |文件路径|要增加的字符串| |
||
10 | |||
11 | *说明* |
||
12 | * 参数1: 写入字符串的文件路径 |
||
13 | 路径需要基于..\Mir200\Envir |
||
14 | %{color:lightGrey}举例 |
||
15 | 设定写入路径为 |
||
16 | \testlist.txt |
||
17 | 完整写入路径 |
||
18 | ..\Mir200\Envir\testlist.txt% |
||
19 | |||
20 | * 参数2: 要写入的字符串 |
||
21 | |||
22 | - |
||
23 | - |
||
24 | |||
25 | *%{color:deepskyblue}脚本示例:%* |
||
26 | |||
27 | bq. [<notextile>@</notextile>main] |
||
28 | #say |
||
29 | <text:添加一个玩家/@添加记录> |
||
30 | |
||
31 | [<notextile>@</notextile>添加记录] |
||
32 | #if |
||
33 | [[checkTextList]] \testList.txt <$userName> |
||
34 | #act |
||
35 | [[getStringPos]] \testList.txt <$userName> |
||
36 | sendMsg 6 已存在,在第<$str(n0)>行 |
||
37 | #elseAct |
||
38 | addTextList \testList.txt <$userName> |
||
39 | [[getStringPos]] \testList.txt <$userName> |
||
40 | sendMsg 6 写入文件的第<$str(n0)>行 |