View Single Post
  #1  
Old 02-18-2006, 08:57 AM
Rick Rick is offline
PipBoy Extraordinaire!
Rick's Avatar
Join Date: Jul 2004
Location: Long Beach, California.
Posts: 831
Rick is on a distinguished road
GuiMLTextCtrl and \n

GuiMLTextCtrl seems to parse escape sequences in text.

Note: I mean actual text of escape sequences, not string escape sequences.

do .addText("a\\nb") to a GuiMLTextCtrl and you will see what I mean.

Is there a way to disable this behavior, or can one be added?

(double \\n intentional!)
Reply With Quote