View Single Post
  #1  
Old 05-28-2015, 10:00 AM
tokola tokola is offline
Member
 
Join Date: Nov 2012
Posts: 67
Inserting special characters in text object

This seems like a trivial thing to do, but could not find anything after searching on the forum and the documentation, quite extensively.

Is there a way to insert special characters (like TAB, RETURN, etc) in a text object? I've tried
Code:
viz.KEY_RETURN
but this return the ascii number of the character. It would be really useful to have multiple lines in a text object.

Thanks!
Reply With Quote