Env (gb)

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

Deze klasse is statisch.

Deze klasse reageert als leesbaar / schrijf statische reeks.

Deze klasse is statisch opsombaar met sleutelwoord FOR EACH.

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

Statische methode
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