NumSets

Description:              This function returns the number of statements that are currently active in setting a particular variable.

Returns:                    Numeric

Usage:                       Script or Steady State

Format:                      NumSets(Variable)

Parameters:             Variable    { Variable }  { required }  { no default }

                                      Any variable for which the number of sets is required.

Example:

setsOnX = NumSets(x);

This will set setsOnX to the number of statements that are currently active in setting the value of variable x.

See Also:

Watch