Am 15.03.2016 um 18:51 schrieb Allin Cottrell:
On Tue, 15 Mar 2016, Sven Schreiber wrote:
> I get errors with lines such as these:
>
> b.mS = b.mYS * b.S'
One more thought: are you sure there's no non-ASCII junk in the script?
I don't think so, but see for yourself, I managed to strip the thing
down to this:
<hansl>
function void heyhey (void)
if 0
print "we shouldn't get here if jack==0"
matrix ba.V = ba.U' # does not cause error
genr bb.V = bb.U' # does not cause error
bc.V = transp(bc.U) # does not cause error
boo.V = boo.U' # but this does
endif
print "we probably don't get here because of the error"
end function
heyhey()
</hansl>
Ok, I admit I didn't mention before it seems to have to do with function
calls...
Curious what you will find!
cheers,
sven