You can get environment variables using the GetEnv.dll that ships with TeleFlow.
<br>(You should be able to locate it in C:\Program Files\TeleFlow\Templates\Example\DLL Function)
<br>
<br>To see an example of how to retrieve them, look at the example application in TeleFlow Designer. (File >> New Application >> Example Tab >> DLL Function >> Click OK >> Look in the step properties of the DLL Function step in the DLLFunction flowchart for an example.)
<br>
<br>The example retrieves the Windows PATH variable into a TeleFlow global variable, but other variables, such as COMPUTERNAME can also be retrieved in the same fashion.
|