天软金融分析.NET函数大全
>
TSL函数
>
基础函数
>
数组
>
数组取值
Arraygetdefault
复制链接
简述
带默认值的数组取值,取指定下标的值,若存在则返回,否则返回设定的默认值
定义
Arraygetdefault(R:Array of string;K:String;V:String):Any
参数
名称
类型
说明
R
Array of string
Array of string,
K
String
String,下标
V
String
String,默认值
返回
Any
取指定下标的值
相关
ColumnValue
GetSubTableByField
FilterTableEx
GetBottomN
GetMiddleN
GetTopN
FilterOneDimEx
GetDistinctValue
ColumnValue2
FilterTable
GetSubField
GetSubTable
Arraygetdefault
Arraysetdefault
Arraysetdefault2
Randomchoice