SetKeyValue 变量名 Key Value
GetKeyValue 变量名 Key 保存获取变量的变量名
GetKeyValueByIndex 变量名 开始序号 数量 保存KEY的变量 保存Value的变量
DelKeyValue 变量名 Key
GetKeyValueCount 变量名 保存键值对数量的变量名
CheckKeyValue 变量名 Key
SortKeyValue 变量名 0/1
初始化
MOV S$键值对 1=111,A=999,完美=Perfect,
设置
SetKeyValue S$键值对 A 222
获取
GetKeyValue S$键值对 1 S$存
删除
DelKeyValue S$键值对 完美
获取键值对数量
GetKeyValueCount S$键值对 N$键值对数量
检测是否存在Key
CheckKeyValue S$键值对 Key
键值对按值排序
SortKeyValue 变量名 0 //0从大到小 1 从小到大
按顺序获取key value
GetKeyValueByIndex S$键值对 1 1 S$Key S$Value //变量会保存到 S$Key1 S$Key2 ...
注意:如果自行初始化赋值 一定要 保持格式 key=value,key=value,key=value, 不能额外出现逗号
作者:admin 创建时间:2024-08-29 09:46
更新时间:2024-08-29 11:08
更新时间:2024-08-29 11:08