ltannous
10th January 2003, 05:15
I am writing a session script and I am trying to get the current user name that is logged in. I want to include this in my session script so when the user access this session, it will only apply to his user login.
mark_h
10th January 2003, 06:22
You can use LOGNAME$. Here is a post (http://www.baanboard.com/baanboard/showthread.php?s=&threadid=1151&highlight=LOGNAME) on the login id topic.
Good Luck!
Mark
ltannous
13th January 2003, 04:12
Thanks for the inof. It worked.