in reply to RE: Obtain matrix info
in thread Obtain matrix info

Thanks for the fix!!

Well, it seems that I could use
$matrix[$][$j] = eval( param("val-$i-$j") );
But I did not want to use eval();

Normally, $C = 5+4j works fine. So under normal circumstances, you don't need a parser... I browsed through the man page, but I did not find anything like that.