I want to know if there is a way to access the array and object properties in macros, I tried as in the examples below but it did not work, is there any other way than extracting the value of the array or object and put it in another storage?
[35mdata [34mmerge storage [33mnamespace:main {[37mvalues[34m:[35m[[32m1[34m, [32m2[34m, [32m3[35m][34m,[37minfo[34m:[35m{[37mx[34m:[32m1[34m,[37my[34m:[32m2[34m,[37mx[34m:[32m3[35m}[33m}
[35mfunction [33mnamspace:values [34mwith storage [33mnamespace:main
[35mfunction [33mnamspace:info [34mwith storage [33mnamespace:main
values.mcfunction:
[37m$[35msay [34m$[33m([0mvalues[0][33m)
info.mcfunction
[37m$[35msay [34m$[33m([0minfo.x[33m)