I have a text output that could be like:
hello < there
but when displayed it cuts out the part after the < sign so it just displays the hello
what is a way around this of escaping the < sign and showing the full message?
Many thanks in advance.
hello < there
but when displayed it cuts out the part after the < sign so it just displays the hello
what is a way around this of escaping the < sign and showing the full message?
Many thanks in advance.
Comment