02-15-2023 01:33 PM
Thanks! Good to know. This will definitely save me time
02-15-2023 01:48 PM
@TylerHW wrote:
So the data is coming from xml files containing clusters, i'm using the info inside these files to populate the lists. But these lists need to be pre-initialised in order for me to parse the contents of the files into the the ItemNames cell. It would take far too long for me to explain the whole architecture.
ItemNames is just a simple 2D array. You talk about "clusters", "cells", "lists" and "parse", all terms that are way too ambiguous without context. Does each "row" consists of adjacent data or is the 2D array populated in crisscross order? Why can't you determine the exact final size from the inputs?