Web: Found a Xojo bug in 64bit with .Split

I found a bug in Xojo 2017r1.1 macOS:

When you have a long string with German “Umlaute” [ , , , ]" and split it, it will make a crazy array, but nothing you would expected.

example:

Dim MZZeilen_Adressen(-1) as String = MZString_Adressen.Split(";")

This only happens with 64bit. If I compile to 32bit, everything works.

64 bit String.Split is known to have issues in 2017r1.1
Sorry I don’t have the link to where it’s stated though.

See:

<https://xojo.com/issue/40702>

oh. sorry. didn’t know that.

Will Xojo 2017.r2 have a fix?

Per that feedback case it’s been Fixed & Verified for r2

thank you :slight_smile: