How to Replace text from item in a listbox ?

  • Thread starter Thread starter Mostafa Salaheldien
  • Start date Start date
M

Mostafa Salaheldien

Guest
hello everyone,

iam trying to replace "AED 1000" to " 1000"

my list contain for example

AED 100

AED 1000

AED 1200

this is my code but its not working


for i = 0 to Listrate.Item.count -1

Listrate.Items(i).ToString.Replace("AED", "")

Next

i want to replace AED from all items in list

Continue reading...
 

Similar threads

M
Replies
0
Views
133
Mostafa Salaheldien
M
M
Replies
0
Views
105
Mostafa Salaheldien
M
M
Replies
0
Views
133
Mostafa Salaheldien
M
Back
Top