Hello,
ASB> How do I read an environment variable from my gpc > Pascal program?
ElB> Try predefined function GetEnv in unit gpc.pas: > function GetEnv (const EnvVar: String): TString;
How do I tell gpc that my program uses the gpc unit? Also, what is a TString?
- Andy Ball