Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这句话的含义是什么S Z%%=Z(,"Z")?
S Z%%=Z(,"Z")
该声明不是标准 MUMPS。变量名 Z%% 不是有效的局部变量名。局部数组 Z 必须下标为实际值。开括号和逗号之间没有表达式,必须以有效的 MUMPS 语法定义。