Hi, I am programming a script that collects some values from the wireless interface periodically (every 1s during 60s) and stores them in local arrays (mean, max, min) defined in the script. At the end of the script I copy the local arrays to global variables, making them avaiIable to other scripts,...