getRecursionCount
|
The getRecursionCount function returns the count of the current recursions,
which have occurred when this function is evaluated. Note: The getRecursionCount function always returns acount one larger than
the current recursion count of the calling program. Usage The getRecursionCount function is typically used to get the count of
recursions for the current executing program.
The _ais.MaxRecursions variable contains the maximum recursions possible
under the current invocation of AIS..
(setq N (getRecursionCount)) Returns the count of the current recursion.
Expression:
Arguments
Name
Type
Description
Returns:
Here are a number of links to Lambda coding examples which contain this instruction in various use cases.
Here are the links to the data types of the function arguments.
Integer |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|