Difference between revisions of "QAS getLastInterviewerId"
Cg huyphong (talk | contribs) |
|||
Line 19: | Line 19: | ||
'''Example''' | '''Example''' | ||
− | + | <source lang="csharp"> | |
− | + | number interviewerId = QAS_getLastInterviewerId(); | |
− | + | print(interviewerId);//234 | |
− | + | </source> | |
− | |||
− | //234 | ||
− | |||
'''Availability''' | '''Availability''' | ||
Latest revision as of 09:20, 3 January 2019
QAS_getLastInterviewerId
Get the last interviewer's resource id that used the current questionnaire answer sheet. If there is no interviewer using the answer sheet, empty will be returned
Syntax
QAS_getLastInterviewerId()
Arguments
None
Return value
number
Example
number interviewerId = QAS_getLastInterviewerId();
print(interviewerId);//234
Availability
Version 5.6