Thread: Help with prog
View Single Post
Old Dec 6th, 2005, 2:17 AM   #3
haddow64
Newbie
 
Join Date: Dec 2005
Posts: 4
Rep Power: 0 haddow64 is on a distinguished road
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?
haddow64 is offline   Reply With Quote