Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Version: Available or changed with runtime version 15.0.
Retrieves the value at the given index in the JsonArray.
Syntax
Value := JsonArray.GetInteger(Index: Integer)
Parameters
JsonArray
Type: JsonArray
An instance of the JsonArray data type.
Index
Type: Integer
The index of the element in the JsonArray that you want to retrieve.
Return Value
Value
Type: Integer
The value at the given index in the JsonArray as an Integer.
Related information
JsonArray data type
Getting started with AL
Developing extensions