Can someone help me with the following error? Why can I swap elements of a
string! with pick and poke, but not the elements of a binary! ?
>> list: "1234567890"
== "1234567890"
>> poke list 1 pick list 2
== "2234567890"
>> list: to-binary "1234567890"
== #{31323334353637383930}
>> poke list 1 pick list 2
** Script Error: Invalid argument: 50
** Where: halt-view
** Near: poke list 1 pick list
>>
______________________________________________
FREE Personalized Email at Mail.com
Sign up at http://www.mail.com/?sr=signup
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.