mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 05:39:29 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			180 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			180 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;
 |