in winsock dataarival i need to replace 1 line string to ""
in form i have
txtusername.text = "toney
this is the string
<<< this removes : Has Left The Room
toney: stays dont know how to remove it i need to remove this line please all line
in form i have
txtusername.text = "toney
this is the string
Code:
toney: Has Left The Room
Code:
strstring = Replace(strstring , ": Has Left The Room", "")
toney: stays dont know how to remove it i need to remove this line please all line