I use version 3.2.1.0 compiled 2019-09-06

I also had a problem with this structured variable.


Code:
Struct tEmbArray
    String sEmbTyp
    Integer iUtlan
    Integer iReturnerad
End_Struct

tEmbArray[] EmbSaldo
It was changed to this despite the variable was used:

Code:
Struct tEmbArray
End_Struct


tEmbArray[] EmbSaldo