Code: Alles auswählen
If OpenFile(0,path$)
itemcount = CountGadgetItems(13)
For i = 0 To itemcount
itemstate = GetGadgetItemState(13,i)
If itemstate = 1
RemoveGadgetItem(13,i)
EndIf
Next
EndIf
CloseFile(0)
Wie kann ich das korrekt schreiben?
Danke im Voraus!