Forum Discussion

howie_'s avatar
howie_
Contributor
13 years ago

Referencing a variable's name

I'm trying to reference the name of  a variable, for logging. I'd like to do something like this (in JScript):  var testVariable = 3; Log.Message("Variable: " + testVariable.Name + "; value:...