Results 1 to 3 of 3

Thread: Repeat until loops in reverse? (Do while?)

  1. #1
    Join Date
    Jul 2008
    Posts
    36
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Repeat until loops in reverse? (Do while?)

    Is there a way of doing 'do while' loops in SCAR?

    I.e. like a repeat until loop, but it checks the condition at the start instead of at the end.

  2. #2
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    2,984
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    SCAR Code:
    while (statement) do
    begin
      Stuff;
    end;

    There we go
    Administrator's Warning:


  3. #3
    Join Date
    Jul 2008
    Posts
    36
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It was nearly what I thought it was

    Thanks very much.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Tut on Reverse Engineering No Cd Cracking?
    By FreakyMonkey in forum OSR Help
    Replies: 0
    Last Post: 03-10-2009, 12:21 AM
  2. Loops
    By Pancakes in forum Outdated Tutorials
    Replies: 27
    Last Post: 11-05-2007, 10:34 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
  •