E
Edward
Guest
Anyone who has glanced at the Cadence SKILL documentation knows the
use of eval() is a no-no. But there are situations in which one binds
a value to a symbol and then passes the QUOTED symbol around before
finally needing the actual value associated with the symbol. What
other ways can one get at a symbol's value besides using eval()?
use of eval() is a no-no. But there are situations in which one binds
a value to a symbol and then passes the QUOTED symbol around before
finally needing the actual value associated with the symbol. What
other ways can one get at a symbol's value besides using eval()?