bayonne-devel
[Top][All Lists]
Advanced

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

Re: [Bayonne-devel] Problems about loop structures


From: Luca Bariani
Subject: Re: [Bayonne-devel] Problems about loop structures
Date: Mon, 3 Jan 2005 22:53:59 +0100
User-agent: KMail/1.7.1

Il 16:06, lunedì 3 gennaio 2005, Michel Think ha scritto:
> (Version : Bayonne 1.2.11)
>
> Hi everyone,
>
> I have met two problems in relation with loop structures...
>
> *** Here is the first one :
>
> 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.

What do you mean with "Bayonne blocked"? can the script have an infinite loop?

how do you exit from the main "do .. loop"?


> 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
> ***************************************************************************
>** *** Here is my second problem :
>
> I have a script which containing a 'repeat...loop' structure and I
> noticed that sometime (not everytime) after the 'hangup' event, it
> continues to repeat...Before hanging up, it repeats the number of time
> we put as parameter in the 'repeat' instruction.
> does anyone notice and has an explanation about this?

what di you di after ^hanguo event?

have you an exit instruction?

bye

Luca

-- 
Luca Bariani - address@hidden
http://www.ferrara.linux.it/Members/lucabariani
http://www.bayonne.it
ICQ: 29828855  ---- Pgp/Gpg public key available on Home Page
###############################################################
The reasonable man adapts himself to the world.                 
The unreasonable man persists in trying to adapt the world to himself.
Therefore all progress depends on the unreasonable.                     




reply via email to

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