Hey Guys,
Need some help figuring something out. I have a bunch of points with an id attribute on them. I would like to create a single detail string attribute which is made of all the ids. So i'm left with a detail attribute like:
0 1 2 3 4
Python is probably the best option. I attempted a Vex approach to no avail.
Any ideas