From bug-octave-request Wed Aug 11 11:02:34 1993 Subject: string operation From: A. Scottedward Hodel To: bug-octave Date: Wed, 11 Aug 93 11:02:26 CDT The following m-file results in an error: ---------------------------------- a = 'hello' if(a == 'hello') disp(' this worked') endif ---------------------- The output is: octave:1> jnk error: failed to convert `hello' to a numeric type -- default conversion turned off a = hello