While trying to convert a table with unevely filled cells e.g.
X Y Z
1 2 3
2 3 4
3 4
4 5
to a matrix an alert appears: "SciDAVis - script error - Expression is empty - [OK]".
Clicking OK or Close closes the window but immediately reopens it.
This happens as often as the number of cells are empty, e.g. 2 times in the
example above. So the clicking OK or close two times in the above example shows the matrix with the missing numbers replaced by zero.
I wouldn't call this a bug - maybe something can be done so that the alert happens only once. Perhaps move exception handling ourside of a loop.