03-28-2013 08:10 AM
LordNobady wrote:@crossrulz Queues seems like an option to I only don't have experience with them.
Then give this a try
03-28-2013 09:45 AM
If the functional global variable is storing the array, then when you concatenate new data to the array, do that operation within the functional global variable itself, thus giving some actual meaning to the term "functional". That might mean a third action on the FGV. Besides "Get" and "Set", you'd add "Append".
03-28-2013 09:58 AM - edited 03-28-2013 09:59 AM
crossrulz,
I think the most natural solution for the problem is using the queues. It really looks like they are designed to do things like this.
RavensFan,
Thank you for valid point about FGV.
LordNobady,
Thanks for obvous siplification