Hm, using [text2d] and hitting return only creates a space between the words. For example, I'd like to get: Good morning everyone
As Pd messages do not support carriage return, you need to convert your text to a string first. So, this should do the job:
[string 071 111 111 100 032 109 111 114 110 105 110 103 010 101 118 101 114 121 111 110 101( | [text3d]
cheers, marian