I\'m trying to port some scripts from a modern version of Intersystems Cache back to 1980s Datatree MUMPS.It was written in the context where $ZUTIL(18,2) was set.That is, undefined variables resolve
i have query related to extract function, will Extract 开发者_如何学JAVAFunction accept ASCII Value?The $EXTRACT function when given a string of ASCII characters, will return a substring of that strin
what is the meaning of the S %%G=开发者_StackOverflow中文版A(%%I) statement?The statement S %%G=A(%%I) is not a valid statement in Standard MUMPS.
Could you please let me know meaning of belo开发者_JAVA技巧w statment? S:%B= %B=\"@1\" S:%E= %E=\"@999\"
I $P(GIH,,24)= S $P(GIH,,24)=\"C\" S What is the meaning of two S\'s in abo开发者_运维技巧ve MUMPS statement?Let me start out by saying the original statement is NOT either Standard MUMPS or InterSyst
What is the meaning of this st开发者_运维百科atement: S A=$P(P,,2) I S?This may not be valid syntax based on the MUMPS implementation. For example, Intersystem Cache will generate a syntax error, sinc
What is the meaning of I $E开发者_如何学C(R%%,I%%)>1 ? and why using %%?Actually, if you are talking about Standard MUMPS (not any particular implementation)
QZR $ZTLP I Q=-1 S Q,A=F G T I Q< S A=F G R How to identify Label, Keyword and Variable in MUMPS? What is Q in above code? i.e. Label, Variable or Key word?
I am learning Mumps language while analyzing code got a doubt which is what is difference between B%% vs %%B.
if i define For K=\"ABC\":1:3 now what is the value of \"ABC\",how the loop to excute \"ABC\" or instead of th开发者_JAVA技巧at ABC if i take any \"string\", how does increment the string \"ABC\".