Hi all,
I'm trying to get a canvas to display numbers dynamically as a label.
This works:
[ ;
[ receive label word (
But this does not:
[100\
|
|
[ ;
[ receive label $1 (
Any ideas how i can do this?
Thanks,
Chris
Using cnv to display numbers dynamically.
Hi all,
I'm trying to get a canvas to display numbers dynamically as a label.
This works:
[ ;
[ receive label word (
But this does not:
[100\
|
|
[ ;
[ receive label $1 (
Any ideas how i can do this?
Thanks,
Chris
[100(
|
[l2s]
( l2s = list to symbol )
Perfect.
Thanks
or actually, come to think of it, if you want to do it with just vanilla pd,
[100(
|
[makefilename %d]
would do the same thing
Oops! Looks like something went wrong!