Difference between revisions of "QAS getQASById"

From Catglobe Wiki
Jump to: navigation, search
Line 1: Line 1:
 
[[Category:Questionnaire_Functions]]
 
[[Category:Questionnaire_Functions]]

+
{{HelpFiles}}
  
 
====QAS_getQASById====
 
====QAS_getQASById====

Revision as of 05:54, 13 December 2011



QAS_getQASById

Get a questionnaire answer sheet by its id. If no answer sheet is found with that id, empty will be returned.

Syntax

QAS_getQASById(qasId)

Arguments

  • qasId: is a number expression. It is the questionnaire answer sheet's id

Return value

An array, it is the answer sheet object, which has the same format as what created by QAS_new function

Example

array qas = QAS_getQASById(123456);

Availability

Version 5.6