05-27-2008 07:16 PM
05-27-2008 07:23 PM
05-27-2008 07:24 PM - edited 05-27-2008 07:24 PM
Do you mean something like this? for the write to file portion...
05-27-2008 07:31 PM
05-27-2008 07:32 PM
Have a look at this very simple example..
05-27-2008 07:35 PM
Oops... I just read your post after I posted the example..
All you need to do is swap the for loop with 100 iterations with your own code.. You can have 2D array as well.
For 10000 elements, you can also write it as binary file.. Are the elements all numeric? or or they strings? what type is the array?
RayR
05-27-2008 07:37 PM
05-27-2008 07:38 PM
05-27-2008 08:12 PM
Then it should be easy to implement what I showed in the example with your code.
You may want to use or not use the Event Structure. I used it to handle the selections.
RayR