In a related/overlapping vein, would it be feasible to open up indices to other than V-Memory? The 0-65K UINT range of V's aligns nicely with max array sizes, but it would have been nice today to be able to do MyUserDB[MyNamedConstant]. Don't know how much grief that would cause y'all, or if it's even possible.
In MATH expressions, anything/everything should work. However, most other instructions require "simple" array accesses using V array index or
V + offset array index (where offset is decimal range 1..63). This "limitation" (it's actually a powerful feature) also applies to Ladder Status, Data View status, and Trend View from within Designer (yes, Virginia, you can monitor R[V42+63] on your Trend View, and as V42 changes, your realtime plot of that array reference will work seamlessly

)