天软金融分析.NET函数大全
>
TSL函数
>
基础函数
>
数组
>
基本
RecordExist3
复制链接
简述
记录指定值是否存在一维数组中,如果存在,返回1,不存在,返回0
定义
RecordExist3(v:String;x:[Integer;String]):Boolean
参数
名称
类型
说明
V
String
指定数组,一维数组
X
Integer
指定值,与v单元值类型一致
返回
Boolean
如果存在,返回1,不存在,返回0
范例
t:=array(1,2,12,3,14);
return RecordExist3(t,3);
//结果:1
相关
FieldCount
FieldExist
FieldNames
FieldName
IsTable
MagicSetArray
NoRecordTable
MagicGetArray
RecordExist
RecordExist2
RecordExist3
FieldNamesOfStrSubscript
StrSubscriptTableToNormal
FieldCountOfStrSubscript
argmax
Argmin
PasswordGen