Code: Select all
"string" @ %i @ "_material"
Code: Select all
"string" @ %i @ "_material"
Names and vars can't start with numbers. Switch the names to testmaterial_[%i] and things will start going much smoother.output is
0_testmaterial
1_testmaterial
2_testmaterial
3_testmaterial