Re: [PD] GEM - getting commas and other special symbols to show up using text3d

2008-11-20 Thread IOhannes m zmoelnig
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) solut

Re: [PD] GEM - getting commas and other special symbols to show up using text3d

2008-11-19 Thread John Harrison
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 >>

Re: [PD] GEM - getting commas and other special symbols to show up using text3d

2008-11-19 Thread Jack
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 prin

Re: [PD] GEM - getting commas and other special symbols to show up using text3d

2008-11-19 Thread Jack
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 wi