On Sun, 3 Apr 2005, Andy Ball wrote:
Hello,
How do I read an environment variable from my gpc Pascal program? This should enable me to accept data input via a form on the Web.
Try predefined function GetEnv in unit gpc.pas: function GetEnv (const EnvVar: String): TString; Ernst-Ludwig