Remove method: JsonArray class

Syntax

Remove(Index)

Description

Use this method to remove the element at the index location.

Parameters

Parameter Description

Index

Specifies the index as an integer.

Returns

None.

Example

Local JsonArray &jArray = CreateJsonArray();
&jArray.Remove(3);