Env (gb)

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

Esta clase es estática.

Esta clase actúa como un array estático de lectura / escritura.

Esta clase es enumerable estáticamente con la palabra clave FOR EACH.

Propiedades estáticas
Count   Return the number of environment variables.
Max   Returns Env.Count - 1.

Métodos estáticos
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