in reply to Re^2: getting the name of a variable to use as string
in thread getting the name of a variable to use as string
A symbolic reference will not accomplish what he's looking for. The symbolic reference mechanism only accesses package globals. The variable that he's going to wind up accessing dynamically is a lexical.
sintadil RTFMs. I see. Thanks for the clarification.
|
---|