QAS flushCallStack: Difference between revisions
From Catglobe Wiki
More actions
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