Env (gb)

This class is a virtual collection of strings containing the variables of the process environment.

Diese Klasse ist statisch.

Diese Klasse wirkt wie ein lesen/schreiben statisches Array.

Mit dem FOR EACH-Schlüsselwort ist diese Klasse statisch aufzähmend.

Statische Eigenschaften
Count   Return the number of environment variables.
Max   Returns Env.Count - 1.

Statische Methoden
Copy   Return a copy of the environment as a string array.

Examples

For Each Key as String in Application.Env
  Print Key & "=" & Application.Env[Key]
Next
LANGUAGE=en_GB.UTF-8
HOSTNAME=7d411291b4ae
HOME=/home/play
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
LANG=en_GB.UTF-8
LC_ALL=en_GB.UTF-8
PWD=/
TZ=:/etc/localtime