On 7/28/15 3:33 PM, CraigDillabaugh wrote: > 6. (IMHO) Code is actually more readable. But then I find lots of > brackets confusing ... so maybe its just me. Have you considered a wrapper that uses multi-dimensional access? i.e.: my2darray[row, col] = blah; -Steve