String with angle brackets
String with angle brackets
I'm trying to set a string variable to "<Test", however I get an empty string back.
Tried "\<Test" and results in "\".
Tried "<<Test" which results in "<".
Any help with this would be greatly appreciated.
Oliver