Different colors per user

Kenneth Brody kenbrody at bestweb.net
Wed Feb 20 22:25:04 PST 2008


Quoting Jay R. Ashworth (Thu, 21 Feb 2008 00:21:21 -0500):

> On Wed, Feb 20, 2008 at 11:50:54PM -0500, Kenneth Brody wrote:
[...]
>> Environment variables are case-sensitive under *nix, but not under Windows.
>
> To clarify: getenv("MenuNormal") will return the value of %MENUNORMAL%
> on Windows, but not of $MENUNORMAL (only of $MenuNormal) on UNIX, then,
> correct?

Under Unix, $MenuNormal and $MENUNORMAL are two distinct environment
variables.  Under Windows, %MenuNormal% and %MENUNORMAL% are one and
the same.  As such, your above getenv() will return the environment
variables as you describe above.

Note that config variables are not case sensitive.

-- 
KenBrody at BestWeb dot net        spamtrap: <g8ymh8uf001 at sneakemail.com>
http://www.hvcomputer.com
http://www.fileProPlus.com


More information about the Filepro-list mailing list