QAS flushCallStack

From Catglobe Wiki
Revision as of 09:52, 16 April 2012 by Nguyenduyan (talk | contribs) (Created page with "==== QAS_flushCallStack ==== This function makes it possible for the script writer to decide exactly when the answer sheet call stack should be flushed, and upon flusing the ca...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

QAS_flushCallStack

This function makes it possible for the script writer to decide exactly when the answer sheet call stack should be flushed, and upon flusing the call stack an array is returned with exactly the same structure as the array returned from the QAS_getCallStackInfo.

Furthermore flushing the call stack, will cause an answer sheet context shift to occur, setting the current answer sheet to the initial answer sheet.

Syntax

QAS_flushCallStack()

Arguments

No

Return type

array

Example 1


aray cs=QAS_flushCallStack();


Availability

Version 5.9.5