79418106

Date: 2025-02-06 13:34:26
Score: 1
Natty:
Report link

It is possible to retrieve the value of an environment variable with substitute-variable

let [val workspacePath [substitute-variables "${workspace_loc}"]] {
    ...
    set-text $workspacePath
}

It seems that system variables can also be accessed. For example ${system_property:user.home}. See https://www.eclipse.org/forums/index.php/t/1090193/

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user26879515