Hi,
I would like to know if it is possible to get the name of an array and to append this name itself to another array.
In my example: have an array called "Top":
Top = #{858..859, 2022..2024, 2050..2052, 2070..2076, 2078}What I would like to do is append "Top" to an array like this:
MainArray = #("Left","Right","Top",...)
barigazy · 2012-04-25