getenv doesn't seem to work with 0S3/OS4

Discuss any general programming issues here
Post Reply
User avatar
fingus
Posts: 269
Joined: Fri Sep 16, 2011 9:53 am

getenv doesn't seem to work with 0S3/OS4

Post by fingus »

this:

Code: Select all

s$, ok = GetEnv("language")
DebugPrint(s$..","..ok)   
don't work! I tried also %language, "%language", %e language, "%e language", "$language" bot i always got output:

",0"
User avatar
airsoftsoftwair
Posts: 5443
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: getenv doesn't seem to work with 0S3/OS4

Post by airsoftsoftwair »

Right. This was a bug. It's fixed now.
evil
Posts: 177
Joined: Mon Jun 14, 2010 1:38 pm

Re: getenv doesn't seem to work with 0S3/OS4

Post by evil »

Hi!
I have Hollywood 5.0 and the same Problem with getenv.
Where can I get the fixed version???

Greetings

Jörg
User avatar
airsoftsoftwair
Posts: 5443
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: getenv doesn't seem to work with 0S3/OS4

Post by airsoftsoftwair »

In the next Hollywood update which should be available pretty soon.
Post Reply