Results 1 to 3 of 3

Thread: stuiped question

  1. #1
    Join Date
    Dec 2006
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default stuiped question

    Im just lack of understanding procedures Break and Exit
    Function Exit ends the procedure ?

  2. #2
    Join Date
    Jun 2006
    Location
    USA
    Posts
    1,828
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Exit just end procedure like you said. And if you have Break in repeating loop, it will exit from repeat part.
    SCAR Code:
    begin
    repeat
    If(IsMouseButtonDown(False))then
    Break;
    until(false)
    end.

  3. #3
    Join Date
    Dec 2006
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Allright D

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. One Question?
    By gamer 5 in forum C#/Visual Basic Help and Tutorials
    Replies: 3
    Last Post: 01-06-2008, 10:45 PM
  2. Question?
    By SocCerSporTie in forum SRL Site Discussion
    Replies: 7
    Last Post: 10-28-2007, 02:55 PM
  3. I have a question.
    By Hey321 in forum News and General
    Replies: 1
    Last Post: 01-26-2007, 09:13 PM

Posting Permissions

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