Public paste
Undefined
By: babs | Date: May 1 2008 13:40 | Format: None | Expires: never | Size: 168 B | Hits: 1133

  1. If clbURLCheckList.Items.IndexOf(tbNewURL.Text) < 0 Then
  2.                                 MsgBox("Ignoring, already exists")
  3.                         Else
  4.                                 clbURLCheckList.Items.Add(tbNewURL.Text, True)
  5.                         End If