GetListValue » 历史记录 » 修订 2
修订 1 (machenhe, 2022-04-25 15:25) → 修订 2/3 (machenhe, 2022-04-25 15:27)
_*%{color:green}getListValue%*_ _*%{color:green}addTextListEx%*_ 获取[[pgExtractString]]命令拆分后的指定顺序字符串 向指定文件中增加一行字符串 标签:命令定义|getListValue 标签:命令定义|addTextListEx *格式* |命令名 |参数1 |参数2 |参数3 | |getListValue |addTextListEx |pgExtractString拆分返回字符串 |文件路径|要增加的字符串|指定插入序号 |取拆分后第几个 |结果保存变量 | *说明* * 参数1 参数1: 写入字符串的文件路径 [[pgExtractString]]拆分返回字符串 路径需要基于..\Mir200\Envir %{color:lightGrey}举例 设定读取路径为 \testlist.txt 完整读取路径 ..\Mir200\Envir\testlist.txt% * 参数2 取拆分后第几个字符串 参数2: 要写入的字符串 * 参数3 参数3: 指定插入序号=行号-1 保存结果的返回变量 如要在第1行插入,指定插入序号为0 文件总行数<=指定序号时,则文件在最后新增一行写入 文件总行数>指定序号时,则文件(序号+1)行插入一行写入 - - *%{color:deepskyblue}脚本示例:%* *%{color:deepskyblue}特戒引擎脚本示例:%* bq. [@main] [<notextile>@</notextile>main] #act #say mov s0 特戒|版本39|发布日期20220305 <text:添加一个玩家/@添加记录> [[pgextractString]] | s0 s$拆分值 n0 getListValue s$拆分值 1 s$返回结果 [<notextile>@</notextile>添加记录] #if [[checkTextList]] \testList.txt <$userName> #act [[getStringPos]] \testList.txt <$userName> sendMsg 6 拆分第1值是:<$str(s$返回结果)> 已存在,在第<$str(n0)>行 #elseAct addTextListEx \testList.txt <$userName> 0 [[getStringPos]] \testList.txt <$userName> sendMsg 6 拆分数量<$str(n0)> 写入文件的第<$str(n0)>行