Return-Path: X-Original-To: apmail-incubator-ooo-issues-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4933EDB4A for ; Sat, 7 Jul 2012 02:22:57 +0000 (UTC) Received: (qmail 1532 invoked by uid 500); 7 Jul 2012 02:22:57 -0000 Delivered-To: apmail-incubator-ooo-issues-archive@incubator.apache.org Received: (qmail 1456 invoked by uid 500); 7 Jul 2012 02:22:57 -0000 Mailing-List: contact ooo-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-issues@incubator.apache.org Delivered-To: mailing list ooo-issues@incubator.apache.org Received: (qmail 1441 invoked by uid 99); 7 Jul 2012 02:22:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Jul 2012 02:22:57 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.123] (HELO sif.zones.apache.org) (140.211.11.123) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Jul 2012 02:22:56 +0000 Received: by sif.zones.apache.org (Postfix, from userid 80) id D73674729; Sat, 7 Jul 2012 02:22:35 +0000 (UTC) From: bugzilla@apache.org To: ooo-issues@incubator.apache.org Subject: [Bug 97002] bug in replace() function Date: Sat, 07 Jul 2012 02:22:35 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: scripting X-Bugzilla-Component: code X-Bugzilla-Keywords: X-Bugzilla-Severity: trivial X-Bugzilla-Who: arielch@apache.org X-Bugzilla-Status: ACCEPTED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: pflin@novell.com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://issues.apache.org/ooo/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/ooo/show_bug.cgi?id=97002 Ariel Constenla-Haile changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arielch@apache.org --- Comment #10 from Ariel Constenla-Haile --- (In reply to comment #9) > Replace function work incorrectly AOO 3.4 Spanish version in Windows Vista > > Example > > Sub Main > dim s as string, c as string > s = "SbxOBJECT addMetadataFile ( SbxSTRING, SbxARRAY )" > c = replace( s, "Sbx", "" ) > msgbox c > End Sub > > result: "OBJECT addMetadataFile ( SbxSTRING, SbxARRAY )" > > Regards I couldn't find this function documented in the Online Help nor in the wiki Basic Guide. -- You are receiving this mail because: You are on the CC list for the bug.