Can i get some help with a this bit of code.
Say I have.
_ver1 = x;
_ver2 = y;
_ver3 = z;
_ver4 = 1;
_ver5 = 2;
{some code}forEach[_ver1,_ver2,_ver3,_ver4,_ver5] // <--- Rather than having to type out all the _ver, is there a way to set it up like
{some code}forEach[_ver%1, _x] // <-- like so
I hope someone understands what a am asking and if it is possible.
Thanks
- VJ -