hi all,
a question:
why the following code does not work?
(it should call the loop every 10 seconds, and in the loop, show 3
random numbers: one per second).
I see always fast numbers running in the "info" (no pause!).
rebol []
view layout [
a: info rate 10 feel [
engage: func [face act evt] [
loop 3 [
face/text: random 100
show face
wait 1
]
]
]
]
--Alessandro--
--
Prendi GRATIS l'email universale che... risparmia: http://www.email.it/f
Sponsor:
Il modo pi� semplice e conveniente per mandare bouquet e composizioni floreali in
tutta Italia.
Rapporto personalizzato con il Tuo fiorista, ad i prezzi pi� bassi del Web.
La qualit� � garantita!
Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=367&d=3-5
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.