Hello everyone
I have a Canon sx260hs.
I install CHDK 1.4.1 following the steps of
http://zenoshrdlu.com/stick/stick.htmlI'm testing the time lapse.bas
But mark the following error in the instruction of time_lapse
uBASIC: 44 Parse err

Any help or comment is welcome
Thank you

============================================
Program content tlapse.bas
@title Time-lapse
@param a first delay minutes
@default 0
@param b first delay seconds
@default b 10
c shoot @param interval minutes
@default c 0
@param d shoot interval seconds
@default d 5
@param and number of repeats
@default e 3
@param f endless mode N / Y 0/1
@default f 0
@param g single / cont / time / burst
@default g 0
@param h exposures Tv
@default h 3
I focus @param i exposures
@default i 3
@param j bracket Tv / foc / Both 0/2
@default j 0
@param k light / dark / alternate 0/1/2
@default k2
l @param num steps of 1/3 EV
@default l 3
@param m equal / auto / digi 0-2
@default m 0
@param n-step focus
n @default 50
@param p ref focus Digiscope
@default p 500
@param blank screen q N / Y 0/1
@default q 0
@param r shutdown N / Auto / USB 0/1/2
@default r 0
@param s save stack N / Y 0/1
@default s 0
Sunrise @param t mode
@default t 0
@param or TXT / CSV 0/1
@default u 0
time_lapse a, b, c, d, e, f, g, h, i, j, k, l, m, n, p, q, r, s, t, u
end