curUserId Function

Retrieves the nonnumeric ID that represents the current user.


str curUserId()

The nonnumeric ID that represents the current user.

static void curUserIdExample(Args _arg)
{
    str s;
    ;
    s = curUserId();
    print "Current user ID is " + s;
    pause;
}

Community Additions

ADD
Show: