How to add your knowledge

setCircularityHandler()

    Table of contents
    1. 1. Synopsis
    2. 2. Syntax

    Synopsis

    Changes the settings of the error handler that traps circular references.

    Syntax

    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