Hi!
I know that you can use the “Vertex Expression Set” syntax to specify which attributes of the vertices in a set you want to print.
I was wondering if there’s a way to do the opposite - tell which attributes you don’t want to print, and print all the rest…
To clarify…
The manual gives an example of using:
“PRINT C[C.country]”
to print the country attribute of C.
I was wondering if something like
“PRINT C[-C.country]”
could be used to print all attributes except for the country attribute…