comparison src/ov-cell.cc @ 5805:5bfb24f90bdd

[project @ 2006-05-10 21:15:37 by jwe]
author jwe
date Wed, 10 May 2006 21:15:37 +0000
parents ace8d8d26933
children 080c08b192d8
comparison
equal deleted inserted replaced
5804:296cefb48d7e 5805:5bfb24f90bdd
1056 else 1056 else
1057 { 1057 {
1058 string_vector s = args(0).all_strings (); 1058 string_vector s = args(0).all_strings ();
1059 1059
1060 if (! error_state) 1060 if (! error_state)
1061 retval = Cell (s); 1061 retval = Cell (s, true);
1062 else 1062 else
1063 error ("cellstr: expecting argument to be a 2-d character array"); 1063 error ("cellstr: expecting argument to be a 2-d character array");
1064 } 1064 }
1065 } 1065 }
1066 else 1066 else