Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
My username is my computer name :)
Message
 
 
To
11/07/2002 22:37:12
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00677838
Message ID:
00677840
Views:
16
>hi! can u give me the function that returns my login name in my computer...
>-tia

You can use SYS(0) function.
? ALLTRIM(SUBSTR(SYS(0), AT("#", SYS(0))+1))
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform