lol that might be useful,
drive(loops) = get_alpha("Name")
For loops = 1 To 5
rate(loops) = get_alpha(100, 10000, "Transfer rate")
Ok, whenever I try to run the prog it gives me "argument not optional" and highilights get_alpha on the drive(loops) it does the same with rate. I'm not sure what wrong there. And how can I validate rate, but not drive with one public function?