deleteItem problem
- Posted by dcole Mar 13, 2010
- 1173 views
Hello All,
When I run the following code, the line is copied from ListView3 to ListView9 sucessfully.
VOID is printing out 1 (successful).
However the line is not deleted from ListView3. Any Ideas what's wrong?
if equal(mons[1],this_month) then VOID=addLVItem(ListView9,0,getLVItemText(ListView3,x,-1)) VOID=deleteItem(ListView3,x) ?VOID end if