Does anyone know how to remove an item from a listbox control on rsview32... I know how to add it:

sMyCommand = "invoke product selection.ListBox1.AddItem(""" & gTagDb.GetTag("Robot3Lane2").Value & """)"
gCommand.Execute (sMyCommand)



But when I try the removeitem part I cant seem to type the syntax for the Listbox1.ListIndex properly.



Regards.