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; }