04-12-2021 11:45 AM - edited 04-12-2021 11:50 AM
@Dhouston wrote:
I don't understand the mechanics behind Reshape Array.
Reshape array is a very powerful function to do three things (reinterpret, pad, trim) and the only thing you really need to remember is that the array data is kept in the same memory order.
It does these main things:
04-12-2021 12:22 PM
Thank you both, Ravensfan and altenbach. We will have to learn the use of Reshape Array, as that can really make our use of tables much less convoluted. Our previous attempt at using a table worked, but it was a rats nest of code trying to get the data to display the way we wanted. It was 10x worse than what I presented here.