Jump to content

Recommended Posts

Posted

If......     Then......


Do
    if ......
    .
    .
                .

    Do
        .
        .
    Until ...
    
    .
    .
    .
    .
    
    If ......
        .
        .
        .
    EndIf
Until ......
EndIf

basically this is the skeleton of the loop, the problem is, whenever i add more codes after this code, they are not being executed... i don't think this loop here suppose to end the entire script. what did i do wrong?

Posted (edited)

Your missing and EndIf in the above 'sample'. Are you sure that it actually does finish the loop? and is not stuck in there. Add a couple message boxes in certains part to see if it does infact reach it. Without seeing your code we can't help much.

Edited by Burrup

qq

Posted

i'll try to add some msgboxes, the reason why i didn't post the code is becuz it's not mine, i'm editing someone else's source code for my own useage. hope u can understand.

Posted

i added a msgbox line after the entire loop, it didn't execute... there's something wrong with the loop, too bad i can't see it

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...