Re: Determining a User's Name

2007-04-07 Thread Phil Davis
Joe - Would environment variables work? - on Mac OS X there's $USER - on Win XP there's $USERNAME So you could do this: function currentUser switch the platform case MacOS return $USER break case Win32 return $USERNAME break end switch end currentUser

Re: Determining a User's Name

2007-04-07 Thread Joe Lewis Wilkins
Boy! It took you guys long enough! (Hugh smile) Thanks a lot, I suspected some such, but my searches for username turned up nothing in the Dictionary. Great List. Joe Wilkins On Apr 7, 2007, at 12:39 AM, Phil Davis wrote: Joe - Would environment variables work? - on Mac OS X there's

Determining a User's Name

2007-04-06 Thread Joe Lewis Wilkins
Hi All, Anyway to determine the computer user's name with RR; both Mac and Windows? I want to personalize a dialog query. TIA, Joe Wilkins ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe,