i have this code,
$currow = $currow + 1
msgbox(0,"",$currow)
the value displayed is 0, shouldn't it be 1 ???
$currow = $currow + 1
msgbox(0,"",$currow)
the value displayed is 0, shouldn't it be 1 ???