How to remove item from list
Posted: Mon May 23, 2011 3:28 pm
In a list of items how can I remove one of the items.
put "a,b,c,d,e,f" into titems
I would like to remove the c from titems and leave the rest alone.
Even nicer is a way to remove item 3 from the list.
Thank you
put "a,b,c,d,e,f" into titems
I would like to remove the c from titems and leave the rest alone.
Even nicer is a way to remove item 3 from the list.
Thank you