function ibec_GetEnvironmentVariable(VarName : string);
execute ibeblock as begin ibec_ShowMessage(ibec_GetEnvironmentVariable('TEMP')); end