S
Stapes
Hi
I have the following line of code:
ctrlListBox.AddItem Item:=strItem
However, where the value of strItem contains a comma, such as KOREA,
DEMOCRATIC PEOPLE'S REP, it comes out as two separate items, KOREA and
DEMOCRATIC PEOPLE'S REP.
Why is this? How can I prevent it?
Stapes
I have the following line of code:
ctrlListBox.AddItem Item:=strItem
However, where the value of strItem contains a comma, such as KOREA,
DEMOCRATIC PEOPLE'S REP, it comes out as two separate items, KOREA and
DEMOCRATIC PEOPLE'S REP.
Why is this? How can I prevent it?
Stapes