wildfire1982
Regular
Hello folks,
I am currently making a program thats going to be doin quite a bit of number crunching. Basically its going to be predicting results of an experiment. So i am having an array which stores more arrays to get information about the ingredients to the experiment. I have a choice here and this is where im stuck.
I currently have a very pretty calculating dialog which was intended to do all of the number crunching. When this has finished calculating, it will give all of the results to a new form where it will be displayed graphically. Now do I
a) store the array in a module or class and let the new results form calculate everything
or
b) store the array locally in the calculating form and have it draw the graph before the form has loaded.
Any thoughts would be appreciated. I cant seem to go anywhere until I have decided and... I cant decide!
Predicament.
Cheers folks
Chris
I am currently making a program thats going to be doin quite a bit of number crunching. Basically its going to be predicting results of an experiment. So i am having an array which stores more arrays to get information about the ingredients to the experiment. I have a choice here and this is where im stuck.
I currently have a very pretty calculating dialog which was intended to do all of the number crunching. When this has finished calculating, it will give all of the results to a new form where it will be displayed graphically. Now do I
a) store the array in a module or class and let the new results form calculate everything
or
b) store the array locally in the calculating form and have it draw the graph before the form has loaded.
Any thoughts would be appreciated. I cant seem to go anywhere until I have decided and... I cant decide!
Predicament.
Cheers folks
Chris