Danny Relic
07-09-2007, 10:02 AM
I get a Block if without End If error with the following code:
If NextTorrent = True Then
End Sub
End If
How can I set up an if statement to where if the boolean value is true, the sub is closed??
If NextTorrent = True Then
End Sub
End If
How can I set up an if statement to where if the boolean value is true, the sub is closed??