Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Checks the current entry to make sure that it does not create a cycle of dependency.
Syntax
public str cycleCheck([Set _set])
Run On
Called
Parameters
- _set
Type: Set Class
The set of tax report codes that have been encountered so far in the current recursion; leave this nullNothingnullptrunita null reference (Nothing in Visual Basic) during the first call.
Return Value
Type: str
"" if the check was successful; otherwise, a string that contains a trail of tax report codes that create a cycle.