View Single Post
  #3 (permalink)  
Old 03-10-2008, 10:12 PM
skipper skipper is offline
Junior Member
 
Join Date: Dec 2007
Posts: 43
Unhappy

Hello Erel,
thanks for your reply but, I'm sorry, I forgot to mention that I already tried with IsNull and the error is the same. I splitted the IF statement just to be sure about the error line. Running the program, it stops at line with IF

if IsNull(table1.cell(table1.Colname(k),0)) then
..
else
..
end if

and raises the same error.

Mimmo
Reply With Quote