Thank you!
@Ionut_Frincu
give a try on split and filter with LINQ
yourString.Split({“~”}, StringSplitOptions.RemoveEmptyEntries).Where(Function (x) Not x.Contains(“LOADING”)).toArray
@Ionut_Frincu
give a try on split and filter with LINQ
yourString.Split({“~”}, StringSplitOptions.RemoveEmptyEntries).Where(Function (x) Not x.Contains(“LOADING”)).toArray