Advertisement
ASP_Volume3 Miscellaneous #53389

Using the Environ function

This is something that hopefully will help someone who is looking for a fast way of getting some system environment settings.

AI

AI சுருக்கம்: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

மூலக் குறியீடு
original-source
In the debug window type the following:
For x = 1 to 80: ? Environ(x): next x
What is returned can also be used in your code. The Environ function is inlcuded in the vb runtime.
e.g. 
strWinDirectory = Environ("windir")
No need to vote, just hope this helps someone.
அசல் கருத்துகள் (3)
வேபேக் மெஷினிலிருந்து (Wayback Machine) மீட்டெடுக்கப்பட்டது