QAS getLastInterviewerId

From Catglobe Wiki
Revision as of 11:52, 29 December 2011 by Cg huyphong (talk | contribs)
Jump to: navigation, search



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