finding_20the_20current_20user_20name
This is an old revision of the document!
Finding the current user name
by Richard Russell, October 2010
To find the user name for the current thread use this function:
DEF FNusername LOCAL name%, size% size% = 255 DIM name% LOCAL size% SYS "GetUserName", name%, ^size% = $$name%
The function can be called in the following context:
PRINT "The user name is " FNusername
finding_20the_20current_20user_20name.1522502360.txt.gz · Last modified: 2024/01/05 00:17 (external edit)