Is there a way to preset values in an array? I'm trying out a menu driven game that will be text heavy, and arrays seem to be the best way to organize dialogue and statistics, but there doesn't seem to be a good way to fill in the array without a giant "On start of layout" action with a jillion Set(X,Y) commands. If there's a way where I could copy/paste or even directly import an XLS or CSV file, things would go a lot faster.
Thanks for any ideas/suggetions.