List of lists / multiArraylists

0
int[][] myMultiArray = {{1},{1,0},{3,5,2}}; There's no easy way to do the above in Mendix is there?
asked
1 answers
0

You can model rows and columns in a domain model.

answered