20-01-20, 10:14 PM
الخطأ لأنك تستخدم نفس اسم المتغير txt
حسنا هذا التعديل
حسنا هذا التعديل
PHP كود :
Dim member_id1 = System.Text.RegularExpressions.Regex.Matches(TextBox2.Text, "<strong>(.+?)</strong>")
For Each txt As System.Text.RegularExpressions.Match In member_id1
if txt.Groups(1).Value.trim<>"" then ListBox11.Items.Add(txt.Groups(1).Value)

