How to initialize array of dictionary

plz help

array of dictionary? @Gaurav07

If it is a dictionary and you want to pass the array as the value, then it should be

New Dictionary(Of String, String())

No I want to declare array of dictionary with key and value of string type

Hi @Gaurav07

In the variable panel, select the type as Array(T) first. in the next window, select browse for types and search for Dictionary…

image

1 Like

Here is a detailed article on that :slight_smile:

1 Like