Show / Hide Table of Contents

    GetCallStack Procedure

    Codeunit Call Stack Functions

    Returns the call stack of the current function. The call stack is separated by the \ character.

    Signature

    [NonDebuggable]
    GetCallStack() : Text
    

    Returns

    Text

    The current call stack, separated by the \ character.

    Remarks

    The functions inside this object is removed from the call stack, so it will only contain the call stack of the calling function.

    This documentation is generated from Smart Toolbox v27.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX