Another reason to upgrade to EViews 8... thanks EViews Gareth!Note that in EViews 8 there is the @env function that returns any Windows environment variable
Search found 2 matches
- Sun Oct 27, 2013 7:20 pm
- Forum: Programming
- Topic: Get Current UserID subroutine (EViews 7)
- Replies: 3
- Views: 2769
Re: Get Current UserID subroutine (EViews 7)
- Sun Oct 27, 2013 7:02 pm
- Forum: Programming
- Topic: Get Current UserID subroutine (EViews 7)
- Replies: 3
- Views: 2769
Get Current UserID subroutine (EViews 7)
There doesn't appear to be any @CurrentUserID function that will return the current user's ID. I have written a subroutine (EViews 7) that uses a Shell command and a temporary table to do just that: subroutine GetCurrentUserID(string %outValue) %value = "" %tmpTable = "tmpUserName&quo...
