QAS getCallStack

From Catglobe Wiki
Revision as of 06:30, 11 April 2012 by Nguyenduyan (talk | contribs) (Created page with "==== QAS_getCallStack ==== This function makes it possible for the script writer to peek into the current answer sheet call stack. The function requires an answer sheet context...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

QAS_getCallStack

This function makes it possible for the script writer to peek into the current answer sheet call stack. The function requires an answer sheet context to be present which only exists for CG Scripts executed in dummy questions.

Syntax

QAS_getCallStack()

Arguments

No

Return type

array

Example


QAS_getCallStack();


Availability

Version 5.9.5