escape characters in strings and text objects
Posted: Wed Dec 09, 2015 5:14 am
Hi,
Is it possible to include escape characters such as tabs or line breaks in strings that will be treated as such in a text object. For instance:
My aim is that the text object should then contain X and Y with a tab inbetween.
Thanks,
Erik. (up to date version)
Is it possible to include escape characters such as tabs or line breaks in strings that will be treated as such in a text object. For instance:
Code: Select all
%s = "X" + "\t" + "Y"
text MytextObject
MyTextObject.append %sThanks,
Erik. (up to date version)