hi,
i have this array and the following code:
i'm getting a type mismatch error on the if statement.
any ideas?
thanks.
i have this array and the following code:
Code:
dim hold_book_id(10)
j = 6
for i = 1 to j - 1
if hold_book_id(i) = hold_book_id(i+1) then
hold_assign_end_date (I) = hold_assign_beg_date (I+1)
end if
next
any ideas?
thanks.