I want to set up an array and have 100+ items in the array anyone know how to split the line
Dim row() As Integer = {1, 2, 3, 4, 5, 6}
like this
Dim row() As Integer = {1,
2,
3,
4,
5,
6}