Question
· Oct 4, 2023

Is it possible to have a MUMPS variable representing all subscripts for a global?

Is it possible to have a single MUMPS variable representing all subscripts for a global? For example, if I have an ^ABC global and the ^ABC(1,2) node exist, is it possible to have a variable TEMP so that ^ABC(TEMP) would represent ^ABC(1,2)? TEMP="1,2" obviously does not work since it is interpreted as a single subscript, not two subscripts.

Product version: Caché 2017.1
Discussion (4)2
Log in or sign up to continue