Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1.33 KB

jsonarray-indexof-biginteger-method.md

File metadata and controls

49 lines (37 loc) · 1.33 KB
title description ms.author ms.date ms.topic author ms.reviewer
JsonArray.IndexOf(BigInteger) Method
Determines the index of a specific value in the JsonArray.
solsen
08/26/2024
reference
SusanneWindfeldPedersen
solsen

JsonArray.IndexOf(BigInteger) Method

Version: Available or changed with runtime version 1.0.

Determines the index of a specific value in the JsonArray.

Syntax

Index :=   JsonArray.IndexOf(Value: BigInteger)

Parameters

JsonArray
 Type: JsonArray
An instance of the JsonArray data type.

Value
 Type: BigInteger

Return Value

Index
 Type: Integer
The position of the value in the JsonArray. -1 will be returned if Value cannot be found in the array.

Remarks

Note

The JsonArray is 0-based by design.

Related information

JsonArray Data Type
Get Started with AL
Developing Extensions