天软金融分析.NET函数大全
>
TSL函数
>
基础函数
>
数组
>
数组下标以及长度相关函数
GetAllIndexs
复制链接
简述
返回数组类型,存储数组Value的所有下标
定义
GetAllIndexs(value:Array):Array;
参数
名称
类型
说明
value
Array
数组类型
返回
Array
数组
范例
arr:=array("p1":1,"p2":2,"p3":3);
return GetAllIndexs(arr); //输出:array(“p1”,”p2”,”p3”)
参考
GetStrIndexs
GetIntIndexs
相关
GetStrIndexNum
GetStrIndexs
GetIntIndexs
GetAllIndexs
DeleteIndex
DeleteField
Length