GET
Command:
GET
command can be used to display the value of a result.LABEL=
. The label is the name of the result.nM> get x L: X = 10 nM> get y L: Y = 50 nM> get str 9S: STR = My String
nM> get x y str L: X = 10 L: Y = 50 9S: STR = My String
nM> set x2 20 nM> set x3 30 nM> get x* L: X = 10 L: X2 = 20 L: X3 = 30
X-Midas Users Take Note: |
---|
![]() GET command, it uses RESULTS in place of it.
|