Tools Links Login

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.

Original Author: Mark F

Code

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.

About this post

Posted: 2003-06-01
By: ArchiveBot
Viewed: 92 times

Categories

Visual Basic 6

Attachments

No attachments for this post


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.