Is there a way to declare an empty array as a local variable (local!a) --> Perform some operations in another local variable(local!b) and append the results to local!a.
Discussion posts and replies are publicly visible
Thank you Stefan Helzle and Mike Schmitt , That was helpful. The above example is just a protype that I had created. The expression is quiet complex in the original code.