ReadEnvironment

Prev Next Home Home Table Of Contents Index

ReadEnvironment (Array)

Reads all environment variables into an array. The variable LongestLine is set to the length of the longest environment variable.


Example:
Var Env ReadEnvironment (Env) Writeln 'Your current environment variables are:' Loop Env Writeln LoopVal EndLoop Writeln Writeln('Your Environment Size is ',Str(EnvSize)) Writeln('You are using ',Str(EnvSize-EnvFree),' bytes.') Writeln('You have ',Str(EnvFree),' bytes free.')

See Also: SetEnv ReadEnv ShellEnvironment
CurrentEnvironment ParentEnvironment MasterEnvironment

Category: Environment Array

Prev Next Home Home Table Of Contents Index

Sponsors
Shopping
Forum
Forum
email
EMail
Index
Index
Home
Home