开发者

mumps

0
  • Datatree MUMPS -- resolve undefined variables to null/empty string?

    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[详细]

    2023-03-13 03:28 分类:问答
  • Regarding Extract Function

    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[详细]

    2023-02-20 21:34 分类:问答
  • Query related to set statement

    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.[详细]

    2023-02-20 16:45 分类:问答
  • Want help in Understanding MUMPS syntaxes

    Could you please let me know meaning of belo开发者_JAVA技巧w statment? S:%B= %B=\"@1\" S:%E= %E=\"@999\"[详细]

    2023-02-18 17:50 分类:问答
  • Query in MUMPS statement

    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[详细]

    2023-02-18 06:44 分类:问答
  • Understanding a Mumps statement

    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[详细]

    2023-02-17 22:03 分类:问答
  • mumps query related to %%

    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)[详细]

    2023-02-17 09:25 分类:问答
  • mumps syntax declaration

    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?[详细]

    2023-02-16 13:27 分类:问答
  • Mumps Syntactical conflicts

    I am learning Mumps language while analyzing code got a doubt which is what is difference between B%% vs %%B.[详细]

    2023-02-16 13:12 分类:问答
  • mumps lanaguage FOR loop related

    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\".[详细]

    2023-01-27 02:47 分类:问答