Skip to content
Cloaked edited this page Jun 10, 2020 · 1 revision

getenv(<sVarName>)

Description

(from LUA 4 Manual: 6.5 System Facilities)

"Returns the value of the process environment variable <sVarName>, or nil if the variable is not defined."

Example

Arguments

<sVarName>: the name of the process environment variable.
Note: not sure what this means. Would "%HW2_PATH%" work? -Mikali

Related Functions

Function Reference

LUA 4 Manual: 6.5 System Facilities

Comments

Page Status

Updated Formatting? Initial
Updated for HWRM? Initial

Clone this wiki locally