12-10-2008, 03:43 AM
Code:
Dim MOTD As String
For i = 1 To UBound(Command)
MOTD = MOTD & Command(i)
Next i
SendMOTDChange MOTD
MOTD = vbNullString
I just typed that up in the post...but it should work? I seem to be typing up most of my code right in the post.