天软金融分析.NET函数大全
>
TSL函数
>
基础函数
>
数组
>
基本
FieldCountOfStrSubscript
复制链接
简述
字符串下标数组的字段个数。
定义
FieldCountOfStrSubscript(t:array):integer
参数
名称
类型
说明
t
array
数据表类型
返回
integer
整数
范例
s:=`array('a':(1,2,3,4,5),'b':(2,3,4,5,6),'c':(3,4,5,6,7),'d':(4,5,6,7,8));
return FieldCountOfStrSubscript(s);
//返回:4
相关
FieldCount
FieldExist
FieldNames
FieldName
IsTable
MagicSetArray
NoRecordTable
MagicGetArray
RecordExist
RecordExist2
RecordExist3
FieldNamesOfStrSubscript
StrSubscriptTableToNormal
FieldCountOfStrSubscript
argmax
Argmin
PasswordGen