Appending text to each item in a Listbox
Posted
by vincent
on Stack Overflow
See other posts from Stack Overflow
or by vincent
Published on 2010-04-05T11:10:35Z
Indexed on
2010/04/05
11:13 UTC
Read the original article
Hit count: 429
Hi, I need to loop through all the items in a listbox and append text to each item.If i have 3 items (item1,item2,item3) in my listbox,i need to append (item1=A,item2=B,item3=C,....)
Can anyone please help me ?
Thanks. vincent.
© Stack Overflow or respective owner