Tbl index key » 历史记录 » 版本 2
tejie, 2026-03-18 10:09
| 1 | 2 | tejie | h4. _*%{color:green}tbl_index_key%*_ |
|---|---|---|---|
| 2 | |||
| 3 | 1 | yangdefeng | 获取指定表指定索引处的关键字值 |
| 4 | |||
| 5 | 2 | tejie | 标签:命令^tbl_index_key |
| 6 | 1 | yangdefeng | |
| 7 | *格式* |
||
| 8 | |命令名 |参数1|参数2 |参数3 | |
||
| 9 | |tbl_index_key|表名 |指定索引|返回变量| |
||
| 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_index_key* tb_g沙城捐献 1 s0 |
||
| 32 | %{color:lightGrey};;--print_tbl命令在控制台输出文件内容--% |
||
| 33 | print tb_g沙城捐献-->索引1的值--><$str(s0)> |