> 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.
- [REBOL] Newbie question... Libertysurf
- [REBOL] Re: Newbie question... GS Jones
- [REBOL] Re: Newbie question... Graham Chiu
- Graham Chiu
