Highly important RFE (reminder).
Please extend the per cell cooking in local variables to support an eval DAT between the set_variables and the variables DAT.
Without it, it’s a huge pain to stuff any var usage in an evals() and some stuff isn’t possible at all, e.g. when a component’s UI is located in a completely different network (/UICACHE) and it tab() references the local vars of the actual component, then some of these referenced vars can’t be evaluated at all ( for example vars containing path variables , … ).
So the only solution is to evaluate them in the Component, but this would break the per cell cooking which is essential to local variables . There ain’t a single day where I don’t miss this feature.
Not as important but still highly useful would be support for select and merge DATs inside the local/variables stuff, again with working per cell cooking