Button for 1977 Button for 1984 Button for 1990 Button for 1995 Button for MDC Button for notes Button for examples

$GET

1995 Version of ANSI (Equivalent to Current ISO Version) of Standard

7.1.5.7 $Get

$G[ET] ( glvn )

This form returns the value of the specified glvn depending on its state, defined by $Data(glvn). The following cases are defined:

  1. $D(glvn)#10 = 1
    The value returned is the value of the variable specified by glvn.
  2. Otherwise, the value returned is the empty string.

$G[ET] ( glvn , expr )

This form returns the value of the specified glvn depending on its state, defined by $Data(glvn). The following cases are defined:

  1. $D(glvn)#10 = 1
    The value returned is the value of the variable specified by glvn.
  2. Otherwise, the value returned is the value of expr.

Both glvn and expr will be evaluated before the function returns a value, so that the behavior of this function with respect to the naked indicator is well defined.

Button for 1977 Button for 1984 Button for 1990 Button for 1995 Button for MDC Button for notes Button for examples

Copyright © Standard Documents; 1977-2024 MUMPS Development Committee;
Copyright © Examples: 1995-2024 Ed de Moel;
Copyright © Annotations: 2003-2008 Jacquard Systems Research
Copyright © Annotations: 2008-2024 Ed de Moel.

This page most recently updated on 28-Nov-2011, 21:03:45.

For comments, contact Ed de Moel (demoel@jacquardsystems.com)