You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2012/07/06 21:26:58 UTC

[Bug 97002] bug in replace() function

https://issues.apache.org/ooo/show_bug.cgi?id=97002

salva <sa...@open-office.es> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |salva@open-office.es

--- Comment #9 from salva <sa...@open-office.es> ---
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

-- 
You are receiving this mail because:
You are on the CC list for the bug.