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

[REBOL] REPLACE question

From: carlos::lorenz::bol::com::br at: 18-Nov-2003 16:33

Hi list I need a hand on this: Supposing I have complete-name: [ "carlos" ["my" "first name"] "lorenz" ["my" "last name"] ] now I need to find "lorenz" inside block complete-name and then replace value "last name" with "family name" Thanks Carlos