Difference between revisions of "QAS save"

From Catglobe Wiki
Jump to: navigation, search
Line 20: Line 20:
 
'''Example'''
 
'''Example'''
  
 +
<source lang="csharp">
 
array qas1 = QAS_new(33702597);
 
array qas1 = QAS_new(33702597);
 
 
qas1[QAS_TEST]=true;
 
qas1[QAS_TEST]=true;
 
 
QAS_save(qas1);
 
QAS_save(qas1);
 
+
</source>
 
'''Availability'''
 
'''Availability'''
  

Revision as of 10:03, 3 January 2019



QAS_save

Save a questionnaire answer sheet object to the database

Syntax

QAS_save(qasObject)

Argument

qasObject: is an array. It is the quesitonnaire answer sheet object, which has the same format as what generated by QAS_new

Return value

empty

Example

array qas1 = QAS_new(33702597);
qas1[QAS_TEST]=true;
QAS_save(qas1);

Availability

Version 5.6