On Fri, 2005-07-01 at 20:22 -0500, Dan Wellisch wrote:
> Richard:
> 
> Are you saying that the statement should be.:
> 
> wxString::Format(wxT("%s%s"),zipCodeValue.c_str(), "%");
> 

Yes.  Or perhaps this:

   wxString::Format(wxT("%s%%"), zipCodeValue.c_str());

-- 
D. Richard Hipp <[EMAIL PROTECTED]>

Reply via email to