Argument error: <=
Posted: Fri Feb 03, 2006 8:25 pm
is wrong this expresiion ?
it me make error on <=... why ?
Regards
Code: Select all
i:=0
do while i <= wdiapro
wfecFin++
if wDiaLab[Dow(wFecIni+i)]
wFecFin++
endif
i++
enddo
Regards