Community discussion forum

how to concetenate two strings and remove it from listbox

  • 1 year ago
    i have one listbox having items 1.abc.xyz i wanna saparate it like 1 abc xyz thanks
  • 1 year ago
    you can use replace string property.
  • 1 year ago
    Dim a As String = "1.abc.xyz" Dim b As String = Strings.Join(Strings.Split(a,".")," ")

Post a reply

Enter your message below

Sign in or Join us (it's free).

Want to stay in touch with what's going on? Follow us on twitter!