E
Eric
Hi,
i have an array like this:
x(1)=20
x(2)=40
and another:
y(1)=10
y(2)=20
y(3)=30
y(4)=40
y(5)=50
i want to put the values of array y() into a listbox minus the values of
array x():
so in this case, only y(1), y(3) and y(5) are allowed in the listbox.
I can do it but still with duplicated values, what i don't want.
I compare each y() with each x(): if not equals => into listbox, else no.
But then i get duplicated values.
Thanks for help
Eric
i have an array like this:
x(1)=20
x(2)=40
and another:
y(1)=10
y(2)=20
y(3)=30
y(4)=40
y(5)=50
i want to put the values of array y() into a listbox minus the values of
array x():
so in this case, only y(1), y(3) and y(5) are allowed in the listbox.
I can do it but still with duplicated values, what i don't want.
I compare each y() with each x(): if not equals => into listbox, else no.
But then i get duplicated values.
Thanks for help
Eric