Difference between revisions of "QAS getCurrentQAS"
Cg huyphong (talk | contribs) |
|||
Line 19: | Line 19: | ||
'''Example''' | '''Example''' | ||
− | + | <source lang="csharp"> | |
− | + | array qas = QAS_getCurrentQAS(); | |
− | + | print(qas); | |
− | |||
− | |||
//{15,82115249,36314707,36285016,False,1,False,{1,1,1,1,0,0,0,1,40},{1,1,1,1,0,0,0,1,40},781fc858-3007-42bf-b801-540de8df228c,{1,1,1,0,0,0,0,1,40},5,0,23343} | //{15,82115249,36314707,36285016,False,1,False,{1,1,1,1,0,0,0,1,40},{1,1,1,1,0,0,0,1,40},781fc858-3007-42bf-b801-540de8df228c,{1,1,1,0,0,0,0,1,40},5,0,23343} | ||
− | + | </source> | |
'''Availability''' | '''Availability''' | ||
Revision as of 09:50, 3 January 2019
QAS_getCurrentQAS
Get the current questionnaire answer sheet
Syntax
QAS_getCurrentQAS()
Arguments
None
Return value
An array, it is a questionnaire answer sheet object, which has the same format as what generated by QAS_new function
Example
array qas = QAS_getCurrentQAS();
print(qas);
//{15,82115249,36314707,36285016,False,1,False,{1,1,1,1,0,0,0,1,40},{1,1,1,1,0,0,0,1,40},781fc858-3007-42bf-b801-540de8df228c,{1,1,1,0,0,0,0,1,40},5,0,23343}
Availability
Version 5.6