A more easy way to nest lists
Posted: Fri Jan 08, 2021 11:54 am
A more easy way to nest lists / arrays, this is basic stuff in other languages.
Needed to make a whole post a bout it and learn pointers and make my own bunch of functions, ask a lot of info
on how to make those too...
In lua you just do {{},{},{{}}} and it works,
VB, vbscript, autoit: Array(Array(1,2,3), array(1,2))..
at least an option to do "NestList" and "GetList" or anything like that would be handy.
Needed to make a whole post a bout it and learn pointers and make my own bunch of functions, ask a lot of info
on how to make those too...
In lua you just do {{},{},{{}}} and it works,
VB, vbscript, autoit: Array(Array(1,2,3), array(1,2))..
at least an option to do "NestList" and "GetList" or anything like that would be handy.