Quote from
as3856 on December 28, 2018, 3:30 pm
ListBoxSize "ListBox1" "[Count]"
Loop "1" "[Count]" "[i]"
ListBoxGetItem "ListBox1" "[i]" "[Stroka[i]]"
EndLoop
ListBoxDeleteItem "ListBox1" "All"
Loop "1" "[Count]" "[i]"
ListBoxFindItem "ListBox1" "[Stroka[i]]" "[Found]"
If "[Found]" "=" "0"
ListBoxAddItem "ListBox1" "0" "[Stroka[i]]"
EndIf
EndLoop
DeleteArray "[Stroka]" "All"
as3856
ListBoxSize "ListBox1" "[Count]"
Loop "1" "[Count]" "[i]"
ListBoxGetItem "ListBox1" "[i]" "[Stroka[i]]"
EndLoop
ListBoxDeleteItem "ListBox1" "All"
Loop "1" "[Count]" "[i]"
ListBoxFindItem "ListBox1" "[Stroka[i]]" "[Found]"
If "[Found]" "=" "0"
ListBoxAddItem "ListBox1" "0" "[Stroka[i]]"
EndIf
EndLoop
DeleteArray "[Stroka]" "All"
as3856
proforma.guyot and nicox have reacted to this post.