Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In indeni.hawk, a series of functions are defined. They are simply helper functions that can be used in .ind scripts.

...

The break statement jumps out of the innermost for, while, or do loop that encloses it. Some times you don't want to continue the processing in

Multi-Step functions
  • writeDynamicVariable(dynamicVariableName, sourceVariable)
    Create a "dynamic" variable to pass from one step to the next in a /wiki/spaces/IKP/pages/75890692.  E.g., writeDynamicVariable("nics", niclist).  
  • dynamic(dynamicVariableName)
    Use the dynamic varibale name in your code. This function will actually replace return as result the variable value. E.g., dynamic("nics")