[PD] Message boxes?

pix pix at test.at
Mon Oct 22 14:15:07 CEST 2001


On Mon, 22 Oct 2001 13:04:38 +0100 (BST)
Rory Walsh <rorytheroar at yahoo.com> wrote:

> Ok, I want ot change the text inside a message box by
> sending another piece of text to it. I can easily
> change the contents of a message box with 'set $1' for
> numbers but what do I have to do to change text? For
> instance with numbers

haha neat trick... for text you do this (only works for one word)

> ------------
> symbol foo |  
> ------------  
> |
> |
> --------
> set $1 | 
> --------     
> |
> |
> --------
>  foo  |  
> --------

> but how do i do this with text? Cheers

so the trick is that the "$1" needs list... a symbol is a single element
list... if you send in "list foo bar" then $1 would be foo and $2 would be
bar.

> ROry!
> 
> ____________________________________________________________
> Nokia Game is on again. 
> Go to http://uk.yahoo.com/nokiagame/ and join the new
> all media adventure before November 3rd.



More information about the Pd-list mailing list