Gentee Programming Language > Documentation > Libraries Download documentation

getenv

Get a value from the current environment.
 
str getenv(
      str   varname,
      str   ret
)

Parameters

varnameEnvironment variable name.
retString for getting the value.

Return value

Variable ret.

See also

    Other functions


 Copyright © 2004-2006 Gentee Inc. All rights reserved.