Hi, thanks for all the good advices. I can't preallocate the array
because I don't know how many items will be in the array. It's based
on what the user input, base on how many temperature and voltages they
want to run the test over. I pull up task manager and the CPU usage
when I ran 1/3 of the input file and it is 100% most of the time,
memory usage is 270096K, physical memory is 129252 K and I have 16340K
left. Is there a way that I can dump this data to a temporary text
file, to a physical memory, then read it back in the end? In visual
basics, Java, and C, there is a routine that you can write to the hard
drive, and then read it back in the end. Is there something like that
in LabView? I have looked at my code and it's as most efficient as I
can make it. If you run the VI server to call subVI A, and if there
are some subVI's in subVI A that you don't use, is it a better idea to
remove the subVI's inside of subVI A. The reason that I am asking
this is because I don't want to remove the excel and html subVI inside
of subVI A, just in case the user want to just run subVI A directly by
itself, and not go through the main VI interface. Thanks again.