frag 0 Posted October 31, 2013 Hi guys, Look at this command. player createDiaryRecord ["Diary",["Mission","x<y"]]; I would like to have under the "Mission" section of my briefing x<y But it only shows x So I figured that the character < is some kind of reserved character. Is there any way I can display it? It would be very usefull in my briefing. Thanks! Share this post Link to post Share on other sites
roy86 367 Posted October 31, 2013 use HTML ASCII characters // Using < instead of < player createDiaryRecord ["Diary",["Mission","x<y"]]; http://www.ascii.cl/htmlcodes.htm Share this post Link to post Share on other sites
frag 0 Posted October 31, 2013 use HTML ASCII characters // Using < instead of < player createDiaryRecord ["Diary",["Mission","x<y"]]; http://www.ascii.cl/htmlcodes.htm That did it Roy! I owe you one! Thanks!!!!!!! :) Share this post Link to post Share on other sites