Reproduction script:
string a, b = a;
This fails with the error “Incompatible types in assignment”, which is a bit surprising because both variables are the same type.
Reproduction script:
string a, b = a;
This fails with the error “Incompatible types in assignment”, which is a bit surprising because both variables are the same type.
Can you check if this fixes the problem: http://download.sweetscape.com/010EditorWin64Installer16.0.2j.exe
Graeme
SweetScape Software
Yes, that build works. I also tried a few other cases (returning an uninitialized string from a function, reading an uninitialized string field from a struct, concatenating) and those work fine too. Thank you!