Toggle menu
876
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

QAS flushCallStack: Difference between revisions

From Catglobe Wiki
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..."
(No difference)

Revision as of 07:52, 16 April 2012

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