Tbl key index » 历史记录 » 版本 2
tejie, 2026-03-18 10:25
| 1 | 2 | tejie | h4. _*%{color:green}tbl_key_index%*_ |
|---|---|---|---|
| 2 | |||
| 3 | 1 | yangdefeng | 获取指定表指定关键字处的索引值 |
| 4 | |||
| 5 | 2 | tejie | 标签:命令^tbl_key_index |
| 6 | 1 | yangdefeng | |
| 7 | *格式* |
||
| 8 | |命令名 |参数1|参数2 |参数3 | |
||
| 9 | |tbl_key_index|表名 |指定关键字|返回变量| |
||
| 10 | |||
| 11 | *说明* |
||
| 12 | 2 | tejie | |参数1|待查询的表名| |
| 13 | |参数2|查询指定关键字| |
||
| 14 | |参数3|返回变量,存储索引值| |
||
| 15 | 1 | yangdefeng | |
| 16 | - |
||
| 17 | - |
||
| 18 | |||
| 19 | 2 | tejie | h4. *%{color:deepskyblue}特戒引擎脚本示例%* |
| 20 | 1 | yangdefeng | |
| 21 | - |
||
| 22 | - |
||
| 23 | |||
| 24 | bq. [@main] |
||
| 25 | #act |
||
| 26 | %{color:lightGrey};--创建表--% |
||
| 27 | [[tbl_create_global]] tb_g沙城捐献 关键字 奖励名称 捐献额度 领取状态 |
||
| 28 | [[tbl_add]] tb_g沙城捐献 第三级 超级富豪 1000金币 1 |
||
| 29 | tbl_add tb_g沙城捐献 第二级 大富豪 500金币 1 |
||
| 30 | tbl_add tb_g沙城捐献 第一级 富豪 300金币 1 |
||
| 31 | *{color:green}tbl_key_index* tb_g沙城捐献 第一级 n0 |
||
| 32 | %{color:lightGrey};;--print_tbl命令在控制台输出文件内容--% |
||
| 33 | print tb_g沙城捐献-->关键字[第一级]的索引--><$str(n0)> |