Thanks vee. I think I was under the assumption that Arrays were stored and saved in separate files for later use. It appears they are not.
I eventually want my program to store and retrieve info from an outside database. Is that possible? I imagine with Facebook integration, they are accessing server data at least a little bit.
If you can't within Construct 2, is it possible to add Python integration into your program?
I guess I'm a little confused about how to save and access data from other files.
Accessing database would be done via AJAX calls / PHP script. I recall seeing some examples of that available so be sure to look into manual/tutorials/forum search on those topics! :)
If you are looking to access some data, I'd also recommend looking into XML / JSON which are both supported.