If ar1 and ar2 are arrays, are the following two expressions supposed to give the same result? (ar1 and ar2) logical_and(ar1,ar2) The first form seems to return the value of the second array, which isn't very useful. It would be nice to map the first expression to do what the first does. Tom Transue