Hi Pat,

>> colors: [red green blue]
== [red green blue]

>> forever [append colors colors]

== [red green blue red green blue]
== [red green blue red green blue red green blue red green blue]
...


will get you to forever quickly ;)




On Sun, 29 Sep 2002, pat665 wrote:

> Hi List,
>
> I want to get values in order from a block, the first value coming again
> after the last, and this forever. Is there a better way than the one I am
> using now ?
>
> colors: [red green blue]
>
> ; I want color to be red, then green, then blue, then red again forever
> ; the first value is duplicated
>
> color: first colors
> append colors color
>
> ; then forever
> color: select colors color
>
> Patrick
>
>
>
> ________________________________________________________________
> Etudiant: Wanadoo t'offre le Pack eXtense Haut D�bit soit 150,92 euros d'�conomies !
> Et pour 1 euro de plus, re�ois le CD-ROM du jeu Dark Age of Camelot
> + 1 mois de jeu en r�seau offert !
> Clique ici : http://www.ifrance.com/_reloc/mail.etudiant
>
> --
> To unsubscribe from this list, please send an email to
> [EMAIL PROTECTED] with "unsubscribe" in the
> subject, without the quotes.

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to