Hi i want to add all the data from a string after these two characters

/#

VB Code:
  1. If Mid(chatdata, 1, 2) = "/#" Then
  2.                      'want code in here to assign to the rest of the var
  3.                      'such as lst1.additem restofstring
  4.     End If