Difference between revisions of "GetCurrentUserUniqueId"
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[Category:User_Functions]] | [[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 09: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