Listbox issue
i have a problem with listbox let's say i have 2 items in listbox #("Box1","Box2"). Now I want to update the first item in listbox using Listbox.Items[1]="Box3"
the code looks nothing wrong. but the listbox does't show the first one item as a "Box3", did a missing someting with that code.
Comments
...
Try this.
bga