Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Version: Available or changed with runtime version 1.0.
Determines the index of a specific value in the JsonArray.
Syntax
Index := JsonArray.IndexOf(Value: Char)
Parameters
JsonArray
Type: JsonArray
An instance of the JsonArray data type.
Value
Type: Char
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