XJRUNNER_USERNAME

XJRUNNER_USERNAME is a read-only built-in string containing the name of the current user in XJRunner. If running outside of XJRunner or if logins are disabled, this will contain an empty string.

Example

PRINT("The current user is ", XJRUNNER_USERNAME, "\n");

See Also