'Declaration
Public Function PushArray( _ ByVal fieldName As String, _ ByVal index As Integer _ ) As Boolean
'Usage
Dim instance As JsonDecoder Dim fieldName As String Dim index As Integer Dim value As Boolean value = instance.PushArray(fieldName, index)
Parameters
- fieldName
- The array name
- index
- The index of the item that shall be placed on the Read Stack
Return Value
true if successful