Description: ActiveCode returns the code value of the currently active statement in the given module instance.
Returns: Code Value
Usage: Script or Steady State.
Format: ActiveCode(Object)
Parameters: Object { Object value } { required } { no default }
Any object expression to be monitored in the module instance.
Comments: A code value is a combination of module, state and statement that is the currently active statement in the given module instance (object value).
Example:
stmt = ActiveCode(readObj);
See Also:
ActiveState | ActiveWindow | CurrentWindow | StateName | ModuleFileName