Hi
I have a "Parse error" in folloing script but can't find the mistake:
@title Test speed
rem select manual mode
set_prop 0 0
rem set flash off
set_prop 16 2
rem set f8.0
set_prop 39 576
rem set 1/1000
set_prop 40 960
a = get_tick_count
for i=1 to 100
click "shoot_full"
next i
b = get_tick_count
print b-a
end
The script starts well, makes 5 shots, the message "parse error" blinks up followed by a 6th shot, than the script breaks without making it to the "end" command, parse error shows up in top left corner. The camera doesn't hang. Pressing the "print" and all runs normal.
I'm using microfunguy's ver. 1.30 on a A620.
Hope somebody can explain this behavior
