NextEnvironmentVariable()
语法
Result = NextEnvironmentVariable()概要
This function must be called after ExamineEnvironmentVariables(). It will go step-by-step through the environment variables of the program.
参数
无.
返回值
Nonzero if there is still more variables to read, zero otherwise.
Remarks
Use EnvironmentVariableName() and EnvironmentVariableValue() to get the name and content of the current variable.
参阅
ExamineEnvironmentVariables(), EnvironmentVariableName(), EnvironmentVariableValue()
已支持操作系统
所有