Results 1 to 3 of 3

Thread: [RESOLVED] If Boolean = True Then

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2007
    Posts
    14

    Resolved [RESOLVED] If Boolean = True Then

    I get a Block if without End If error with the following code:

    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??

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: If Boolean = True Then

    If NextTorrent = True Then Exit Sub

  3. #3

    Thread Starter
    New Member
    Join Date
    Jul 2007
    Posts
    14

    Re: If Boolean = True Then

    Thank you!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width