Subj : Re: sscanf and bool To : borland.public.cpp.borlandcpp From : MarvinAvery Date : Wed Aug 25 2004 10:06 am "Greg Chicares" wrote in message news:412b597d@newsgroups.borland.com... Well, %c didn't work -- it always set the bool to false. > bool b0 = "0" != values[0] > ... > bool b3 = "0" != values[3] That's what I ended up doing. Marvin .