I have an array of strings like so:
[0]Board1 [1]Messages Transmitted75877814 [2]ISR Count682900312 [3]Bus Errors0 [4]Data Errors0 [5]Receive Timeouts0 [6]TX Q Overflows0 [7]No Handler Failures0 [8]Driver Failures0 [9]Spurious ISRs0
just to clarify the numbers in the square brackets indicate the strings position in the array
I want to convert the array of strings to a dictionary with the string to the left of each number acting as the key, for example (ISR Count, 682900312)
I then want to output specific entries in the dictionary to a text box/table in visual studio (which ever is better) it would be preferable for the numbers to be left aligned.
excuse my naivety, I'm a newbie!
