Ed write:
> pick: random/seed 100.0

>> help pick
USAGE:
    PICK series index

DESCRIPTION:
     Returns the value at the specified position in a series.
     PICK is an action value.

ARGUMENTS:
     series -- (Type: series pair event money date time object port tuple
any-function)
     index -- (Type: number logic)

You're giving Rebol's 'pick a new value.

Instead, try:
        random/seed now
        Choice: random 100

and substitute 'Choice instead of 'Pick in your script.

Andrew Martin
ICQ: 26227169 http://valley.150m.com/
-><- Rebolutionary


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

Reply via email to