On Fri, 6 Apr 2007 22:25:16 -0700, Joe Lewis Wilkins wrote:

> Hi All,
> 
> Anyway to determine the computer user's name with RR; both Mac and 
> Windows? I want to personalize a dialog query.

You can use the environment variable $USER on Mac and $USERNAME on 
Windows:

    put $USER into tUserName  -- Mac OS X
    put $USERNAME into tUserName  -- Windows


Ken Ray
Sons of Thunder Software, Inc.
Email: [EMAIL PROTECTED]
Web Site: http://www.sonsothunder.com/
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to