I'll repeat again..........8-)

POKE is the function you want to change a value at a series index position

see below;

>> string: "0000000000"
== "0000000000"
>> poke string 4 #"2"
== "0002000000"
>>

make sense?

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

Reply via email to