 |
TheGrumble
2011-05-02 12:54:25
|
|
I have a script that produces custom data that I would like store a series of globally.
I want to feed the collected data back to the script as it run for each subsequent daily close price.
The storage of the data can be done easily using C# however, I cannot determine how to store
the data globally so it is persistent each time the primary script runs. I see there is a way to
store values global but how able an array of values?
|
|