This topic has not yet been rated - Rate this topic

curUserId Function

Retrieves the user ID for the current user.


str curUserId()

The user ID for the current user.

static void curUserIdExample(Args _arg)
{
    str s;
    ;
    s = curUserId();
    print "Current user ID is " + s;
    pause;
}
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ