Hi.
I just downloaded CHDK for my PowerShot A460. My primary reason is to force it to start up in Burst mode for remote triggering.
I've written a very rudimentary script to do this - all it does is click the appropriate buttons to get the mode changed. But I'm having a problem with the ending...
The last two lines of my script are...
exit_alt
end
When I do this, I get a message on the screen that reads - 'uBasic Line 16 parse error'
Now... when I remove the exit_alt statement, it works. But since it remains in Alt mode, when I press the shutter button - the script starts again.
I figure I'm doing something wrong - I just don't know what it is.