Hi List,
shouldn't this be possible ?
$xavp(ulattrs=>first) = 33;
$var(ccv) = "whatever";
$xavp(ulattrs[0]=>$var(ccv)) = "some value";
when using in the particular case of usrloc attrs, i see the value of the attr created as
"first" (correct) and "$var(ccv)" which i believe is incorrect, it
should be "whatever".
thoughts ?