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

[REBOL] Re: to-char

From: philb:upnaway at: 11-Feb-2002 11:27

Hi Daniel, try something like cb: copy [] foreach lv-char "abcd" [append cb lv-char] probe cb just need to wrap it in a function. Cheers Phil === Original Message === sorry, I'm not used to the harder stuff like parsing, yadda, yadda, yadda. What I'm looking for is a function/native that will change a word into a block of characters, for example: tochar "Hello" Word: [ H e l l o ] Daniel S