KCML_Debug_GetReturnStack

Purpose

Get return stack

Definition

DEFSUB 'KCML_Debug_GetReturnStack(BYREF x$(), type = 0) AS Void

Parameters

xStrings for return stack. Redimmed appropriately.
typeOptional. Configure the details returned for each stack entry.

Description

Return the return stack as an array of strings, most recent function first. Array is redimmed appropriately. Format is the same as seen in the Return Stack window of the workbench.

See also

Internal KCML Functions, Internally defined structures and Internally defined enumerations and constants.