i recieve my data like this
wsk.getdata strdata
now i have some instr codes in my project but what i need is to stop the data
example of current code
strData = ReplaceText(strData, List2.List(i), "")
list2 has ignored usernames and i want all usename text data to be stopped from comming in i want all data to be ""
how ever this removes the username: but the text still remains
how do i stop all the data from comming in or having that strdata as "" blank
wsk.getdata strdata
now i have some instr codes in my project but what i need is to stop the data
example of current code
strData = ReplaceText(strData, List2.List(i), "")
list2 has ignored usernames and i want all usename text data to be stopped from comming in i want all data to be ""
how ever this removes the username: but the text still remains
how do i stop all the data from comming in or having that strdata as "" blank