I’m working on a project which uses a template array tag, and am looking for a method to initialize the entire array which doesn’t involve addressing each array element within a loop.
My apologies, as I should have explained further.
Startup initialization is fine, but I need to re-initialize repeatedly while the application is running.
I was hoping there would be a single function call to initialize the entire array whenever needed.
Since starting this topic I’ve realised the significance of he Tool Kit (TK) class … so hopefully won’t be asking quite so many basic questions in future
I should add that some additional documentation showing examples of how to use the TK class members would be really appreciated. For someone new to FactoryStudio/.NET the current documentation doesn’t provide much guidance.