Hello
I was curious about trying to make a procedurally created set of point groups
using vex wrangle - but i cannot find a way to execute the last command as a legal entry:
i@test = int(rand(@id)*10);//creates int test with values 0-9 randomly on your points.
//this is the pseudo code :
i@group_group_@test=1; // to make all the groups in one line.
Im assuming there may be a way via an addattribute ? + a string concat to sprintf the group creation with the attribute suffix…