meta data for this page
  •  

ibec_GetEnvironmentVariable

Syntax

 function ibec_GetEnvironmentVariable(VarName : string);

Example

 execute ibeblock
 as
 begin
   ibec_ShowMessage(ibec_GetEnvironmentVariable('TEMP'));
 end