A list of variables come through a call to another .Cmd file. The variables follow a pattern Item1, Item2, Item3, ...
I would like to loop through the unknown number of Item* and do some operation but I don't know how to do it. Your help is much appreciated.
Pseudo code
- Get all Item* variables
- Perform a foreach with it.