Hello,
I want to have a list of strings that I want to print to a canvas, by a particular index
I found how to print a string with a message, but setting a variable(even with a pack) does not seem to work
also the string I want to print has to be part of a list (or something equivalent to a c++ switch/case
how do I do this ?
[num] index in the list of string
|
[list testa textb textc]
|
[pack s]
|
[c1 label $1
thanks
[edit:using "sel" did the trick as a switch/case but I had to create all cases, while indexing a list would have been more elegant]