Hi,

Suppose, you have a local, which depends on a second local. However, when the first local is defined, the second local is not defined yet. Is it possible to update the first local as soon as the second local is defined (so that it takes the new value into account).

Example
Code:
local test test`ev'
local ev = 100
di "`test'"
The local should be "test100".

Thanks a lot!