fpc/fcl/go32v2/ezcgi.inc
2002-09-07 15:15:22 +00:00

16 lines
273 B
PHP

Uses Dos;
{ Declared EXPLICITLY with Ansistring, so NO mistaking is possible }
Function Getenv (Var EnvVar : AnsiString): AnsiString;
begin
Result:=Dos.Getenv(EnvVar);
end;
{
$Log$
Revision 1.4 2002-09-07 15:15:24 peter
* old logs removed and tabs fixed
}