Bug
| Bug ID Number | NIM093452 |
|---|---|
| Submitted | July 26, 2013 |
| Last Modified | June 5, 2024 |
| Applies to | ArcGIS for Desktop |
| Version found | 10.1 |
| Operating System | Windows OS |
| Operating System Version | 7 |
| Status | Known Limit |
This workflow can be performed using the VBScript replace tool, e.g. replace([TEST], "statement", "<umlaut>").
To replace multiple umlauts in a single field, for example. to remove all instances of difference umlauts, string multiple replace functions together in the pre-script logic window using VBS:
pre-logic script code:
dim f1, f2, f3, f4, f5
f1 = Replace([TEST], "A", "Ä")
f2 = Replace(f1, "O", "Ö")
f3 = Replace(f2, "U", "Ü")
f4 = Replace(f3, "B", "ß")
f5 = Replace(f4, "a", "ä")
test =
f5
Bug ID: NIM093452
Software:
Get help from ArcGIS experts
Download the Esri Support App