
Chapter 19 System Information
19-1
19.1 System
GETENV (Function)
Function
Obtains the environment setting values of the system.
Format
GETENV (<Table number>, <Element number>)
Explanation
This statement obtains the environment setting values of the system
designated with <Table number> and <Element number>. For the items of the
environment setting values, refer to Appendix 3 “Environment Setting Value.”
Related Terms
VER$, Environment setting value (Appendix 3)
Example
DIM li1 As Integer
li1 = GETENV (9, 1) 'Assigns the contents of the environment setting values of
'number
'9 and 1 to li1.
Kommentare zu diesen Handbüchern