Maybe I am missing something but it seems overly complicated to replace one element in an array.
I have a 3 Col 15 row array. Each column represents a board of IO and each row is a specic IO location on the board.
I have 4 arrays each that vary in lenth that represent 4 different IO types (i.e. AO, DO, AI, DI). I want to people to write them one by one in order to allow a map to be stored as a constant. In that way if the end user decides to change some of the IO around on me it is easy.
However I am not seeing an easy way to write to one specific element. Replace supset will only allow me to call out either row or column.. not both (this makes no sence to me).
I hope someone can help.
Thank you.