Please find the below example.
Code:
Environment.Value("a") = "aadc"
MsgBox Environment.Value("a")
var = Environment.Value("a")
MsgBox var
