About brackets (){}

Hi guys,

Please explain why and where we use the () and {} brackets in studio.

Like in array or in any value field

() will be used to access the particular item inside a collection whether Array, List, DataTable or Dictionary. {} is just to assign values to an Array.

TestArray(indexvalue)

TestList(indexvalue)

TestDataTable.Rows(rowIndex)(columnIndex or Column header)

TestDictionary(KeyString)

1 Like

Got it. Thanq so much vikas

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.