sorry ash
I'm really not trying to do completely nuts things anymore
also I found a way so I don't need this anyway, but I'm still curious how it would work
I got arrays working for me (there really wasn't any reasonable alternative)
so let's say
MyFunc({"Array","goes","here"})[/code:2rwuesvh]
I wanted to make an expression MyArrayRetExp that returns an array value, and I thought arrays were ExpStores
so I wanted to do something like:
[code:2rwuesvh]MyFunc(MyArrayRetExp)[/code:2rwuesvh]
know what I mean?