Changes the settings of the error handler that traps circular references.
setCircularityHandler ( handler As Name, _ Optional nCycles As Integer = 10, _ Optional initialValue As Number = 0, _ Optional printCycle As Boolean = False ) As Integer
Argument | Type | Description |
---|---|---|
handler | Name | Use either the name :Iterate or :error. |
nCycles | Integer | Optional; default is 10 |
initialValue | Number | Optional; default is 0 |
printCycle? | Boolean | Optional; default is False |