Buzby
Senior Member
When a symbol is defined from a constant the value is displayed in the tooltip, when a symbol is derived from another symbol the original symbol is displayed instead, this is deliberate by design to match the code.
I'm not sure this is the best way for the tooltips to work. Usually this dosen't matter, as derived symbols are not usually 'calculated'.
However, a technique used often in programming is the 'origin' + 'offset' method, e.g. -
Code:
symbol org = 1000
symbol v1 = org + 2
symbol v2 = org + 4
symbol v3 = org + 6
I think it would be better if the tooltips for derived constants showed the values, not the definitions.
Cheers,
Buzby