Commit 8ece9248 authored by GoshaZotov's avatar GoshaZotov

fix bug 35727

parent c4732a8c
......@@ -2676,6 +2676,8 @@
arg1 = arg1.cross(arguments[1]);
} else if (cElementType.array === arg1.type) {
arg1 = arg1.getElementRowCol(0, 0);
}else if(cElementType.cell === arg1.type || cElementType.cell3D === arg1.type){
arg1 = arg1.getValue();
}
/*arg1 = arg1.tocString();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment