天软金融分析.NET函数大全
>
TSL函数
>
基础函数
>
数组
>
基本
FieldCount
复制链接
简述
数据表字段个数。如果t不是一个数据表,则返回0
定义
FieldCount(t:Array):Integer
参数
名称
类型
说明
T
Array
数据表
返回
Integer
数据表字段个数
范例
t1:=array(('a':1,'b':4),('a':7,'b':8),('a':2,'b':3));
return FieldCount(t1);
//结果:2
相关
FieldCount
FieldExist
FieldNames
FieldName
IsTable
MagicSetArray
NoRecordTable
MagicGetArray
RecordExist
RecordExist2
RecordExist3
FieldNamesOfStrSubscript
StrSubscriptTableToNormal
FieldCountOfStrSubscript
argmax
Argmin
PasswordGen