Hi. I would like to write series of numbers with [urn] in an array with [tabwrite] ; I understand I have an issue with the index input of tabwrite, but I cant figure out how to fix it.
Please, help me ! Thanks !
-
List with \[urn\] in an array (noob question)
-
You need a counter to the second inlet, see attachment. The index needs to be set before the random number goes into the tabwrite, hence the [t b b].
Edit: Or you could probably even use a second urn object instead of the counter.
-
Great ! Perfect. Thank you so much !