Difference between revisions of "SetQASUserId"

From Catglobe Wiki
Jump to: navigation, search
(Created page with "Category:Questionnaire_Functions = setQASUserId = Sets the user id and hence changes the user context for the current questionnaire answer sheet context == Syntax == set...")
 
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:Questionnaire_Functions]]
+
This function not exist
= setQASUserId =
 
Sets the user id and hence changes the user context for the current questionnaire answer sheet context
 
== Syntax ==
 
 
 
setQASUserId(newUserRId);
 
 
 
== Arguments ==
 
 
 
number newUserRId: this is new user RId of the QAS
 
 
 
== Return type ==
 
Empty
 
 
 
== Example ==
 
 
 
<source lang="javascript">
 
 
 
setQASUserId(12345678);
 
 
 
</source>
 

Latest revision as of 04:31, 17 March 2022

This function not exist