盟威 Access 快速开发平台 \ 在线帮助中心 \ 函数目录 \ GetArrayItemIndex 函数

GetArrayItemIndex 函数

简介

取得指定数组项的索引。

语法

GetArrayItemIndex(Item, ArrayVariable)

输入参数

参数名称 必需/可选 数据类型 说明
Item 必需 Variant 要查找的数组项。
ArrayVariable 必需 Variant 数组。

返回值

找到时返回在数组中的索引,找不到时返回-1。

修订记录