Hi

there's a function or properity associated with the following:

lstBox1.items.remove(lstBox1.selectedItems)
lstBox2.items.remove(lstBox2.?????)

my goal is to remove an item from lstBox1 by selecting it and automatically item on tthe same index from lstBox2 gets removed automatically w/o having to select it.
now i know it should be lstBox1.selctedItems in lstBox1. what shall i use for the lstBox2 and possibly lstBox3

P.S i have option strict and option (i forgot wt is ) are on.

thanks