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

QAS getCallStack: Difference between revisions

From Catglobe Wiki
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)
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 04: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