10-17-2022, 01:34 AM
I'd try removing these three lines as they're not needed:
Honestly, that last line looks wrong to me. I don't think that 0 needs to be in there.
Code: (Select All)
Declare Sub Eingabe()
Declare Sub Lesen()
Declare Function SatzLesen(0)
Honestly, that last line looks wrong to me. I don't think that 0 needs to be in there.