Difference between revisions of "QAS getCallStack"
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...") |
Nguyenduyan (talk | contribs) (→QAS_getCallStack) |
||
Line 14: | Line 14: | ||
array | array | ||
+ | |||
+ | {| cellspacing="0" cellpadding="2" border="1" width="875" style="border-collapse:collapse; border:1px solid #010101" class="tableintopic" | ||
+ | |- align="left" valign="top" | ||
+ | | bgcolor="#C0C0C0" width="292" style="border:1px solid #010101;" | | ||
+ | '''Index''' | ||
+ | |||
+ | | bgcolor="#C0C0C0" width="116" style="border:1px solid #010101;" | | ||
+ | '''Property name''' | ||
+ | |||
+ | | bgcolor="#C0C0C0" width="467" style="border:1px solid #010101;" | | ||
+ | '''Data type''' | ||
+ | |||
+ | | bgcolor="#C0C0C0" width="467" style="border:1px solid #010101;" | | ||
+ | '''Description''' | ||
+ | |||
+ | |} | ||
'''Example''' | '''Example''' |
Revision as of 05:41, 11 April 2012
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
Index |
Property name |
Data type |
Description |
Example
QAS_getCallStack();
Availability
Version 5.9.5