How can I get text3d to print commas in a gem window? Commas in a message box get reinterpreted so anything after the comma is not output to the window via text3d i.e. |text hello, world( attached |text3d| outputs only "hello"
Something like this :
[44( | [makefilename hello%c] | [text $1 world] | [text3d]
++
Jack
Le 19 nov. 08 à 15:34, John Harrison a écrit :
How can I get text3d to print commas in a gem window? Commas in a message box get reinterpreted so anything after the comma is not
output to the window via text3d i.e. |text hello, world( attached |text3d| outputs only "hello"-- John Harrison http://alumni.media.mit.edu/~harrison
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
Oups, it's [text $1 world( not [text $1 world]. ++
Jack
Le 20 nov. 08 à 01:07, Jack a écrit :
Something like this :
[44( | [makefilename hello%c] | [text $1 world] | [text3d]
++
Jack
Le 19 nov. 08 à 15:34, John Harrison a écrit :
How can I get text3d to print commas in a gem window? Commas in a message box get reinterpreted so anything after the comma is not output to the window via text3d i.e. |text hello, world( attached |text3d| outputs only "hello"
--
John Harrison http://alumni.media.mit.edu/~harrison
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
we are close. That produces "hello, world"
Jack wrote:
Something like this :
[44( | [makefilename hello%c] | [text $1 world] | [text3d]
++
Jack
Le 19 nov. 08 à 15:34, John Harrison a écrit :
How can I get text3d to print commas in a gem window? Commas in a message box get reinterpreted so anything after the comma is not output to the window via text3d i.e. |text hello, world( attached |text3d| outputs only "hello"
-- John Harrison http://alumni.media.mit.edu/~harrison
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
John Harrison wrote:
How can I get text3d to print commas in a gem window? Commas in a message box get reinterpreted so anything after the comma is not output to the window via text3d i.e. |text hello, world( attached |text3d| outputs only "hello"
the most flexible (and quirky) solution:
[string 104 101 108 108 111 44 32 119 111 114 108 100( | [text3d]