Practical Electron Microscopy and Database

An Online Book, Second Edition by Dr. Yougui Liao (2006)

Practical Electron Microscopy and Database - An Online Book

Chapter/Index: Introduction | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | Appendix

Default Value and Settings in DM

Table 1107. Examples of default values and settings in DM.

Script
Note
Failed examples of CLASS in DM
Script file

Output:

Since the value of x is not declared in the script, the default value of x is then zero. Therefore, the value of i in Line 14 is "0" as Output of the script due to the equation in Line 13, instead of the set value "10" for i in Line 19.

Therefore, this script failed passing the value setting, "10", for Object EMObject, in Line 19, to Function set_i() in Line 11.