the same as FIELDVAL() but for IMPORT rather than LOOKUP. Gives you a way of using an expression for the field number.
That is:
xx =alias(3)
is the same as
xx = mergeval(alias,"3")
but you can also use sometihng like MERGEVAL(alias,something+"2")