Hello, I want to remove the excess lines and keep only the table that is on the rectangle but I do not know where to start.
You should use the split function, something like:
string = yourtext.Split({“Delimiter”},System.StringSplitOptions.None)
Hello, I want to remove the excess lines and keep only the table that is on the rectangle but I do not know where to start.
You should use the split function, something like:
string = yourtext.Split({“Delimiter”},System.StringSplitOptions.None)