hi All,
I seem to be getting the weirdest error.

If I add rows to a list box like this:

for x = 0 to Count // Count derived from Countfields
listbox1.addRow pList // where pList is a string property of a window
next

It populates the lisbox from row 1


If I do this:


for x = 0 to 5
listbox1.addRow "hello"
next


It populates listbox from row 0

Anyone else noticed this?

thanks





Mac OS 10.4.8
RB_06_Pro_Mac
R4


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to