The SHIFT argument to the CSHIFT intrinsic function (and some related arguments to other intrinsics) is allowed to be an array in the absence of the optional DIM= argument; I was incorrectly emitting an error message in this case if it were not scalar.
The
SHIFT
argument to theCSHIFT
intrinsic function (and some related arguments to other intrinsics) is allowed to be an array in the absence of the optionalDIM=
argument; I was incorrectly emitting an error message in this case if it were not scalar.