pick & choose -1.gh (39.4 KB)
- It appears from observation that the “pick & choose” stream must begin at 0. What is the benefit, if any?
pick & choose -1.gh (39.4 KB)
In the value list is an error:
1 = “1”
0 = “0”
2 = “2”
2 = “2”
3 = “3”
1 = “1”
The first number is malformed. Change 1 = “1” to : 1 = “1” solves the error