I'm trying to create groups with a wrangle from @class attrib after a connectivity sop, using "iteration" attrib in a foreach loop.
f@group_`"detail("../foreach_begin1_metadata1/", "iteration", 0)"` = @class;
I was thinking the backticks and quotes should resolve to the iteration number as a string. then concatenate it to the f@group_ and that equal to class number. However i think the iteration and class atribs are integer values and the f@group has to be a float?
confused...