varItem for list box

  • Thread starter Thread starter iccsi
  • Start date Start date
I

iccsi

I see the example to read all data in the list box using VarItem as
Varian.

I use watch to check the value which is a kind of integer to present
index of the list box.


I just wonder that what is difference to use integer and Varian here
to scan the list box items.


Your information iis great appreciated,
 
iccsi said:
I see the example to read all data in the list box using VarItem as
Varian.

I use watch to check the value which is a kind of integer to present
index of the list box.


I just wonder that what is difference to use integer and Varian here
to scan the list box items.


It won't go away, but the delay is significantly reduced by
installing SP1.
 
If nothing is selected in the listbox, I believe the value is Null. Variant
data types can hold "Null", integer data types may not.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
Back
Top