Re: actions

2002-12-04 Thread Nick Name
On Wed, 4 Dec 2002 05:54:43 -0800 (PST) Nuno Silva <[EMAIL PROTECTED]> wrote: > descodificador = do c1 <- gera > c2 <- gera > c3 <- gera > c4 <- gera > >"code in the

actions

2002-12-04 Thread Nuno Silva
I'm using an action that generates a random number, for the user to discover it. each time he guesses, if the number is diferent that the one generated, it is suposed to call itself again to try again, but each time I call it, it generates the number again. how can I overcome this? sample of the co