Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Hashes in Rebol

From: andreas:bolka:gmx at: 9-Dec-2003 15:59

Tuesday, December 9, 2003, 12:47:53 PM, Konstantin wrote:
> Once again sorry for question which may be obvious for experienced > Rebol programmers, but how can I > 1. Remove <key, value> pair from hash
remove/part find hash key 2
> 2. Change value associated with the particular key
change find/tail hash key newvalue -- Best regards, Andreas