Maybe, I am using it wrong -
>> help change
USAGE:
CHANGE series value /part range /only /dup count
DESCRIPTION:
Changes a value in a series and returns the series after the change.
CHANGE is an action value.
ARGUMENTS:
series -- Series at point to change (Type: series port)
value -- The new value (Type: any)
REFINEMENTS:
/part -- Limits the amount to change to a given length or position.
range -- (Type: number series port)
/only -- Changes a series as a series.
/dup -- Duplicates the change a specified number of times.
count -- (Type: number)
>> string: "0000000000"
== "0000000000"
>> series? string
== true
>> change/part string "2" 4
== "000000"
>> print head string
2000000
>>
Doesn't give me the result I expected. I index 4 of the string to be "2".
Paul Tretter
----- Original Message -----
From: "GS Jones" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 23, 2001 6:03 AM
Subject: [REBOL] Re: Change/part
> From: Paul Tretter
> > Anyone have problems with Windows based /View with Change/part?
>
> I haven't used it much in my programs to date, but I ran it through some
> tests to see if it worked as expected. It seemed to work fine in
> Windows 98 and /View 0.10.38.3.1.
>
> For what its worth...
> --Scott
>
> --
> 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.