Hello again,

here's a fairly minimal example:

<hansl>

open denmark
system method=ols
    equation LRM 0
    equation LRY 0
end system

RR = defarray("[2 , 10] = 0b") # the "b" got shuffled around
restrict
    inject RR
end restrict
</hansl>

Actually, the single-equation variant also "works" in producing a crash:

<hansl>

open denmark
ols LRY 0 LRM
RR = defarray("[2] = 0b")
restrict
    inject RR
end restrict

</hansl>

But apart from such input errors, "inject" seems to work nicely!

thanks

sven