Results 1 to 22 of 22

Thread: Splitting string and adding contents into listview columns.

Threaded View

  1. #7
    eXtreme Programmer .paul.'s Avatar
    Join Date
    May 2007
    Location
    Chelmsford UK
    Posts
    26,416

    Re: Splitting string and adding contents into listview columns.

    Quote Originally Posted by AceInfinity
    Split("#")
    that version of split requires a char parameter:

    Code:
    Split("#"c)
    see MSDN:
    http://msdn.microsoft.com/en-us/libr...ing.split.aspx

    it's correct practice...
    Last edited by .paul.; May 26th, 2013 at 04:35 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width