[PD] simple dynamic string

Marc Lavallée odradek at videotron.ca
Sat Sep 6 17:46:54 CEST 2003


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Le 6 Septembre 2003 09:58, Søren Bovbjerg a écrit :
> Have a look at makefilename

Or sprintf.

> Michael Nisi wrote:
> > hi,
> >
> > simple:
> >
> > a hdial gives me 0 1 2 3 etc.
> >
> > i want to get b0 b1 b2 b3 etc.
> >
> > how do i glue together the string to get a dynamic variable?

- -- 
Marc
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE/WgFuQdzoeKQ0PccRAp/8AJ9sPTGrKxmWllvCUWRJLFVWMa3uAQCgnh19
VEZbM7FMSPLFyf2IBWAB5VE=
=HdoT
-----END PGP SIGNATURE-----
-------------- next part --------------
#N canvas 0 0 290 230 10;
#X floatatom 107 53 3 0 99 0 - - -;
#X obj 107 76 sprintf b%d;
#X msg 107 145 b99;
#X obj 107 99 a2l;
#X msg 107 122 set \$1;
#X connect 0 0 1 0;
#X connect 1 0 3 0;
#X connect 3 0 4 0;
#X connect 4 0 2 0;


More information about the Pd-list mailing list