Current Page:
NeXtMidas Training
Getting Started - Part 1
Results Parameters
What are they?
|
|
- What are result parameters?
- Results parameters are the variables accessible within the shell.
- Results parameters are labeled values that are accessible within the shell and macro.
- As the name suggests, results parameters are often the outcome of some calculation
that NeXtMidas performs.
- Each result parameter has a name and a value.
The name is always a string and the value can be a string, number, table, array, or
any other Java object.
- Valid Results Names:
X-Midas Users Take Note: |
Like X-Midas, NeXtMidas allows you to force names to be lower-case in order to "hide" them.
However, this practice is severely discouraged. Just don't do it!
|
|
|
|