I cannot display array elements such as Y(X(1:6)) in the Watch window in MSVS 2013 Pro with XE2017.
X(1:6) displays the correct values ... 45, 46, ... 50
Y(45:50) displays the correct data
But Y(X(1:6)) reports Subscript out of range.
X is an integer array, Y is REAL(8)