bayonne-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bayonne-devel] Problem about loops and conditional structures


From: Michel Think
Subject: [Bayonne-devel] Problem about loops and conditional structures
Date: Wed, 24 Nov 2004 17:47:36 +0100

Version : Bayonne 1.2.11

I made a script in which I have a 'do...loop' containing if-then-else-endif
and another 'do loop' structures. When I tried it, Bayonne  blocked.

I don't understand why, do anyone has an explanation?

The script looks like :

        do

                if %var1 -eq 0
                then
                        .....

                        if %var2 -eq 1
                        then

                                ....

                                set %index 1

                                do %index -lt 7

                                        ....

                                        inc %index

                                loop

                        endif

                else


                                .....

                        if %var3 -eq 1
                        then

                                        .....
                                set %index 1

                                do %index -lt 7

                                        ...
                                        inc %index

                                loop

                        endif
                endif

        loop




reply via email to

[Prev in Thread] Current Thread [Next in Thread]