All,
l try to manipulate arrays in a meas eqn but l always get the same error when runing it"operand: wrong type of parameter"
l eventually came down to a simple example which doesn't work too, anyone could tell me why ??
defun my_test3()
{
decl a = {{1,2,3},{4,5,6}};
decl b;
b = array_size(a);
}
regards,
Michael
l try to manipulate arrays in a meas eqn but l always get the same error when runing it"operand: wrong type of parameter"
l eventually came down to a simple example which doesn't work too, anyone could tell me why ??
defun my_test3()
{
decl a = {{1,2,3},{4,5,6}};
decl b;
b = array_size(a);
}
regards,
Michael
decl a = [{1,2,3},{4,5,6}];