Originariamente inviato da Dr.FixMan
Codice PHP:
Dim i As Integer 
For 1 To UBound(IgnoraUtenti
   If 
IgnoraUtenti(i) = Nickname Then Exit Function 
Next i 
Codice PHP:
   Dim IgnoraUtenti() As String
   ReDim IgnoraUtenti
(0) As String
   ReDim Preserve IgnoraUtenti
(UBound(IgnoraUtenti) + 1) As String
   IgnoraUtenti
(UBound(IgnoraUtenti)) = Nickname 
Questo serve per caricare l'arry con gli IgnoraUtenti