Difference between revisions of "GetCurrentUserUniqueId"

From Catglobe Wiki
Jump to: navigation, search
(jrfconvert import)
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:HelpBooks]]
+
[[Category:User_Functions]]

+
{{HelpFiles}}
  
 
====getCurrentUserUniqueId====
 
====getCurrentUserUniqueId====
Line 16: Line 16:
 
'''Return type'''
 
'''Return type'''
  
number
+
number. It's userResourceId
  
 
'''Examples'''
 
'''Examples'''
  
 
number id = getCurrentUserUniqueId();
 
number id = getCurrentUserUniqueId();
 +
 +
//123534
  
 
'''Availability'''
 
'''Availability'''

Latest revision as of 10:53, 11 December 2019



getCurrentUserUniqueId

Returns the unique id of the current thread’s user.

Syntax

getCurrentUserUniqueId()

Arguments

none

Return type

number. It's userResourceId

Examples

number id = getCurrentUserUniqueId();

//123534

Availability

Version 4.8