01-12-19, 10:10 AM
وعليكم السلام ورحمة الله وبركاته
كود :
For i = 0 To ListBox1.Items.Count - 1
If IsNumeric(ListBox1.Items(i)) Then
'numbers
ListBox2.Items.Add(ListBox1.Items(i))
Else
'String
ListBox3.Items.Add(ListBox1.Items(i))
End If
Nextتمنياتي لك وللجميع التوفيق
