> lecture: func [ value [string!] ] [
>       bl: first next find liste_d value
>       pick bl random ( length? bl )
> ] 

Just remembered about 'select

lecture: func [ value [string!] ] [
        bl: select liste_d value
        pick bl random ( length? bl )
]

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

Reply via email to