天软金融分析.NET函数大全
>
TSL函数
>
基础函数
>
数组
>
基本
FieldNamesOfStrSubscript
复制链接
简述
字符串下标数组的字段名称。
定义
FieldNamesOfStrSubscript(t:array)
参数
名称
类型
说明
t
array
整数
范例
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 FieldNamesOfStrSubscript(s);
返回:
相关
FieldCount
FieldExist
FieldNames
FieldName
IsTable
MagicSetArray
NoRecordTable
MagicGetArray
RecordExist
RecordExist2
RecordExist3
FieldNamesOfStrSubscript
StrSubscriptTableToNormal
FieldCountOfStrSubscript
argmax
Argmin
PasswordGen