https://issues.apache.org/ooo/show_bug.cgi?id=97002
salva <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #9 from salva <[email protected]> --- 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.
