are there an x++ equivalent of lists or arrays?
I want to create many variables of the same type without having to create them one by one
are there an x++ equivalent of lists or arrays?
I want to create many variables of the same type without having to create them one by one
thank you
You can use the List class to create a list.
X++ support arrays, but they're rarely used. I don't even know if they can be put into a list. You can either use a container instead, or collection classes, including Array.
Martin Dráb
318
Most Valuable Professional
Abhilash Warrier
273
Jonas "Jones" Melgaard
181
Super User 2025 Season 1