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